Table of Contents

Interface IMessageHandlingRunnable

Namespace
Steeltoe.Messaging.Support
Assembly
Steeltoe.Messaging.Abstractions.dll

A runnable to encapsulates a message and message handler

public interface IMessageHandlingRunnable : IRunnable
Inherited Members

Properties

Message

Gets the message this runnable is processing

IMessage Message { get; }

Property Value

IMessage

MessageHandler

Gets the message handler that will process this message;

IMessageHandler MessageHandler { get; }

Property Value

IMessageHandler