Interface StreamTaskActionExecutor

All Known Implementing Classes:
StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor

@Internal public interface StreamTaskActionExecutor
Executes Runnable, ThrowingRunnable, or Callable. Intended to customize execution in sub-types of StreamTask, e.g. synchronization in SourceStreamTask.