Class ActorSystemScheduledExecutorAdapter

  • All Implemented Interfaces:
    Executor, org.apache.flink.util.concurrent.ScheduledExecutor

    public final class ActorSystemScheduledExecutorAdapter
    extends Object
    implements org.apache.flink.util.concurrent.ScheduledExecutor
    Adapter to use a ActorSystem as a ScheduledExecutor. Furthermore ensures that the context class loader is set to the Flink class loader while the runnable is running.