Functionality for the component forwarding messages to all attached receivers.
Classes
| Class | Description | |
|---|---|---|
| DispatcherFactory |
Implements the factory to create the one-way dispatcher.
| |
| DuplexDispatcherFactory |
Implements the factory to create the bidirectional dispatcher.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IDispatcher |
Declares the dispatcher.
| |
| IDispatcherFactory |
Declares the factory creating the one-way dispatcher.
| |
| IDuplexDispatcher |
Declares the duplex dispatcher.
| |
| IDuplexDispatcherFactory |
Declares the factory to create the bidirectional dispatcher.
|
Remarks
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.