C# Class Akka.Dispatch.MessageDispatcherConfigurator

Base class used for hooking new MessageDispatcher types into Dispatchers
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Dispatcher ( ) : MessageDispatcher

Returns a Dispatcher instance. Whether or not this MessageDispatcherConfigurator returns a new instance or returns a reference to an existing instance is an implementation detail of the underlying implementation.

Protected Methods

Method Description
MessageDispatcherConfigurator ( Config config, IDispatcherPrerequisites prerequisites ) : System

Takes a Config object, usually passed in via Settings.Config

Method Details

Dispatcher() public abstract method

Returns a Dispatcher instance. Whether or not this MessageDispatcherConfigurator returns a new instance or returns a reference to an existing instance is an implementation detail of the underlying implementation.
public abstract Dispatcher ( ) : MessageDispatcher
return MessageDispatcher

MessageDispatcherConfigurator() protected method

Takes a Config object, usually passed in via Settings.Config
protected MessageDispatcherConfigurator ( Config config, IDispatcherPrerequisites prerequisites ) : System
config Akka.Configuration.Config
prerequisites IDispatcherPrerequisites
return System