Module org.eclipse.persistence.moxy
Interface Processor
- All Known Implementing Classes:
AdvancedProcessor
public interface Processor
Processor for computable tasks.
-
Method Summary
Modifier and TypeMethodDescription<A,V> V compute(ComputableTask<A, V> task, A taskArg) Waits if necessary for the computation to complete, and then retrieves its result.
-
Method Details
-
compute
Waits if necessary for the computation to complete, and then retrieves its result.- Parameters:
taskArg- argument for computation
-