Interface IMessageHandlingRunnable
A runnable to encapsulates a message and message handler
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IMessageHandlingRunnable : IRunnable
- Inherited Members
Properties
Message
Gets the message this runnable is processing
IMessage Message { get; }
Property Value
MessageHandler
Gets the message handler that will process this message;
IMessageHandler MessageHandler { get; }