Class ProcessorAsyncExecutor

  • All Implemented Interfaces:
    FlowExecutor

    public class ProcessorAsyncExecutor
    extends Object
    implements FlowExecutor
    Executes an asynchronous processor in a different Scheduler thread. Waits for the processor to complete until any of the OnResult callback is called by the implementing processor.