- All Superinterfaces:
ServiceExecutor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(since="4.6.0")
@FunctionalInterface
public interface ServiceExecutorFactory
extends ServiceExecutor
Deprecated.
Compatibility interface. Consider migrating legacy code to
ChainingServiceExecutor or ServiceExecutor-
Method Summary
Modifier and TypeMethodDescriptiondefault QueryIteratorcreateExecution(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) Deprecated.If this factory cannot handle the execution request then this method should return null.createExecutor(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) Deprecated.
-
Method Details
-
createExecution
default QueryIterator createExecution(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) Deprecated.Description copied from interface:ServiceExecutorIf this factory cannot handle the execution request then this method should return null. Otherwise, aQueryIteratoris returned.- Specified by:
createExecutionin interfaceServiceExecutor- Returns:
- A QueryIterator if this factory can handle the request, or null otherwise.
-
createExecutor
ServiceExecution createExecutor(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) Deprecated.
-