Definition
Package: MessageHandler.Runtime.AtomicProcessing.Pipeline
Assembly: MessageHandler.Runtime.AtomicProcessing.Pipeline
Namespace: MessageHandler.Runtime.AtomicProcessing
Interface implemented by classes that dispatch messages
Methods
| Method | Description |
|---|---|
| Dispatch(object) | Dispatches a message. |
| Dispatch(object, IDictionary<string,string>) | Dispatches a message with the specified headers. |
| Dispatch(object, IDictionary<string,string>, AtomicContext) | Dispatches a message with the specified headers in an atomic context. |
| Dispatch(object, IDictionary<string,string>, AtomicContext, CancellationToken) | Dispatches a message with the specified headers in an atomic context with cancellation support. |
| Dispatch(IEnumerable | Dispatches messages. |
| Dispatch(IEnumerable | Dispatches messages with the specified headers. |
| Dispatch(IEnumerable | Dispatches messages with the specified headers in an atomic context. |
| Dispatch(IEnumerable | Dispatches messages with the specified headers in an atomic context with cancellation support. |