Functionality for the component forwarding messages to all attached receivers.

Classes

  ClassDescription
Public classDispatcherFactory
Implements the factory to create the one-way dispatcher.
Public classDuplexDispatcherFactory
Implements the factory to create the bidirectional dispatcher.

Interfaces

  InterfaceDescription
Public interfaceIDispatcher
Declares the dispatcher.
Public interfaceIDispatcherFactory
Declares the factory creating the one-way dispatcher.
Public interfaceIDuplexDispatcher
Declares the duplex dispatcher.
Public interfaceIDuplexDispatcherFactory
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.