Class DispatcherFactory


  • public class DispatcherFactory
    extends java.lang.Object
    Dispatcher Factory
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Dispatcher newDispatcher​(int size, java.util.concurrent.RejectedExecutionHandler rejectedExecutionHandler, java.lang.String prefix)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DispatcherFactory

        public DispatcherFactory()
    • Method Detail

      • newDispatcher

        public static Dispatcher newDispatcher​(int size,
                                               java.util.concurrent.RejectedExecutionHandler rejectedExecutionHandler,
                                               java.lang.String prefix)