Namespace Steeltoe.Messaging
Classes
Interfaces
- IAsyncMessageHandler
Simple contract for handling a Message
- IMessage
A generic message representation with headers and a body
- IMessageChannel
An abstraction that defines methods for sending messages;
- IMessageHandler
Simple contract for handling a Message
- IMessageHeaders
The headers for a message
- IMessage<T>
A generic message representation with headers and a body
- IPollableChannel
A MessageChannel from which messages may be actively received through polling
- ISubscribableChannel
A MessageChannel that maintains a registry of subscribers and invokes them to handle messages sent through this channel.