Class SynchronousStrategy

  • All Implemented Interfaces:
    QueueingStrategy

    public final class SynchronousStrategy
    extends Object
    implements QueueingStrategy
    This class implements the "synchronous" strategy, that is the operation is directly handled, without going to the work queue.
    • Constructor Detail

      • SynchronousStrategy

        public SynchronousStrategy​(ServerContext serverContext)
        Constructor.
        Parameters:
        serverContext - the server context