Table of Contents

Interface IMessageHandler

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

Simple contract for handling a Message

public interface IMessageHandler : IServiceNameAware
Inherited Members

Methods

HandleMessage(IMessage)

Handle the given method

void HandleMessage(IMessage message)

Parameters

message IMessage

the message to process