Package net.engio.mbassy.bus.config
Class Feature.AsynchronousHandlerInvocation
java.lang.Object
net.engio.mbassy.bus.config.Feature.AsynchronousHandlerInvocation
- All Implemented Interfaces:
Feature
- Enclosing interface:
Feature
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.engio.mbassy.bus.config.Feature
Feature.AsynchronousHandlerInvocation, Feature.AsynchronousMessageDispatch, Feature.SyncPubSub
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Feature.AsynchronousHandlerInvocation
Default()
static final Feature.AsynchronousHandlerInvocation
Default
(int minThreadCount, int maxThreadCount) setExecutor
(ExecutorService executor)
-
Field Details
-
MessageHandlerThreadFactory
-
executor
-
-
Constructor Details
-
AsynchronousHandlerInvocation
public AsynchronousHandlerInvocation()
-
-
Method Details
-
Default
-
Default
public static final Feature.AsynchronousHandlerInvocation Default(int minThreadCount, int maxThreadCount) -
getExecutor
-
setExecutor
-