Interface IMessageHandlingRunnable
A runnable to encapsulates a message and message handler
Namespace: Steeltoe.Messaging.Support
Assembly: Steeltoe.Messaging.Abstractions.dll
Syntax
public interface IMessageHandlingRunnable
Properties
| Edit this page View SourceMessage
Gets the message this runnable is processing
Declaration
IMessage Message { get; }
Property Value
Type | Description |
---|---|
IMessage |
MessageHandler
Gets the message handler that will process this message;
Declaration
IMessageHandler MessageHandler { get; }
Property Value
Type | Description |
---|---|
IMessageHandler |