Definition
Package: MessageHandler.Runtime.AtomicProcessing.Dispatching
Classes in this package
| Class | Description |
|---|---|
| ImmediateDispatching | Extension methods to enable immediate dispatching |
| DispatchContext | Context that flows through the dispatching pipeline |
| DispatchOperation | An operation representing the dispatch of a message |
| SerializationContext | The context that flows through the serialization pipeline |
| Routing | Extension methods that allow to configure routing |
| RoutingOperation | Routing operation |
| Serialization | Extension methods to configure the serialization |
| SerializationOperation | An operation to serialize a message |
| SerializedMessage | A serialized message |
| TypeEmbedding | Extension methods which define how to embed message types |
| Wrapping | Extension methods that allow to wrap messages in an envelope. |
Interfaces in this package
| Interface | Description |
|---|---|
| IDestination | An interface representing a destination |
| IRoutingStrategy | An interface implement by routing strategies |
| ISendMessages | Interface implemented by classes that send message |
| ISendMessagesTo |
Interface implemented by classes that send message to a specific destination |
| IEmbedMessageTypes | An interface implemented by classed that embed message types |