Interface ExecutionSequencerFactory

  • All Superinterfaces:
    java.lang.AutoCloseable
    All Known Implementing Classes:
    SingleThreadExecutionSequencerPool

    public interface ExecutionSequencerFactory
    extends java.lang.AutoCloseable
    Provides means to get ExecutionSequencer instances. The objects returned are not necessarily dedicated, there might be other Runnables scheduled on them, but it's guaranteed that these won't interfere and cause thread safety issues.