Interface ServiceExecutor

All Known Subinterfaces:
ServiceExecutorFactory
All Known Implementing Classes:
ServiceExecutorDecorator, ServiceExecutorHttp, ServiceExecutorOverRegistry
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ServiceExecutor
Interface for handling service execution requests on a per-binding level.
  • Method Details

    • createExecution

      QueryIterator createExecution(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt)
      If this factory cannot handle the execution request then this method should return null. Otherwise, a QueryIterator is returned.
      Returns:
      A QueryIterator if this factory can handle the request, or null otherwise.