abstract class MessageDispatcherConfigurator extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- MessageDispatcherConfigurator
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MessageDispatcherConfigurator(_config: Config, prerequisites: DispatcherPrerequisites)
Abstract Value Members
- abstract 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.
Concrete Value Members
- val config: Config
- def configureExecutor(): ExecutorServiceConfigurator
- val prerequisites: DispatcherPrerequisites
Base class to be used for hooking in new dispatchers into Dispatchers.