Table of Contents

Class AbstractReplyProducingMessageHandler

Namespace
Steeltoe.Integration.Handler
Assembly
Steeltoe.Integration.IntegrationBase.dll
public abstract class AbstractReplyProducingMessageHandler : AbstractMessageProducingHandler, IMessageHandler, IServiceNameAware, IOrdered, IMessageProducer, IHeaderPropagation
Inheritance
AbstractReplyProducingMessageHandler
Implements
Derived
Inherited Members

Constructors

AbstractReplyProducingMessageHandler(IApplicationContext)

protected AbstractReplyProducingMessageHandler(IApplicationContext context)

Parameters

context IApplicationContext

Properties

RequiresReply

public bool RequiresReply { get; set; }

Property Value

bool

Methods

HandleMessageInternal(IMessage)

protected override void HandleMessageInternal(IMessage message)

Parameters

message IMessage

HandleRequestMessage(IMessage)

protected abstract object HandleRequestMessage(IMessage requestMessage)

Parameters

requestMessage IMessage

Returns

object