Package eneter.messaging.nodes.dispatcher

Multiplying and forwarding of received messages.

See:
          Description

Interface Summary
IDuplexDispatcher Dispatcher.
IDuplexDispatcherFactory Creates the dispatcher.
 

Class Summary
DuplexDispatcherFactory Implements factory to create the dispatcher.
 

Package eneter.messaging.nodes.dispatcher Description

Multiplying and forwarding of received messages. Receives messages and forwards them to all attached receivers. The message is then processed by more services in parallel. E.g. If a client needs to evaluate results from more different services.