Package com.google.code.yanf4j.util
Class DispatcherFactory
- java.lang.Object
-
- com.google.code.yanf4j.util.DispatcherFactory
-
public class DispatcherFactory extends Object
Dispatcher Factory- Author:
- dennis
-
-
Constructor Summary
Constructors Constructor Description DispatcherFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DispatchernewDispatcher(int size, RejectedExecutionHandler rejectedExecutionHandler, String prefix)
-
-
-
Method Detail
-
newDispatcher
public static Dispatcher newDispatcher(int size, RejectedExecutionHandler rejectedExecutionHandler, String prefix)
-
-