Namespace Steeltoe.Messaging
Classes
AbstractMessage
Message
Message<P>
MessageDeliveryException
MessageHandlingException
MessageHeaders
MessagingException
Interfaces
IAsyncMessageHandler
Simple contract for handling a Message
IMessage
A generic message representation with headers and a body
IMessage<T>
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
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.