class CallingThreadDispatcherConfigurator extends MessageDispatcherConfigurator
- Source
- CallingThreadDispatcher.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- CallingThreadDispatcherConfigurator
- MessageDispatcherConfigurator
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CallingThreadDispatcherConfigurator(config: Config, prerequisites: DispatcherPrerequisites)
Value Members
- val config: Config
- Definition Classes
- MessageDispatcherConfigurator
- def configureExecutor(): ExecutorServiceConfigurator
- Definition Classes
- MessageDispatcherConfigurator
- def dispatcher(): MessageDispatcher
Returns an instance of MessageDispatcher given the configuration.
Returns an instance of MessageDispatcher given the configuration. Depending on the needs the implementation may return a new instance for each invocation or return the same instance every time.
- Definition Classes
- → MessageDispatcherConfigurator
- val prerequisites: DispatcherPrerequisites
- Definition Classes
- MessageDispatcherConfigurator