Table of Contents

Class ReplyProducingMessageHandlerWrapper

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

Constructors

ReplyProducingMessageHandlerWrapper(IApplicationContext, IMessageHandler)

public ReplyProducingMessageHandlerWrapper(IApplicationContext context, IMessageHandler target)

Parameters

context IApplicationContext
target IMessageHandler

Properties

IsRunning

Gets a value indicating whether gets a value indicating if its running

public bool IsRunning { get; }

Property Value

bool

Methods

HandleRequestMessage(IMessage)

protected override object HandleRequestMessage(IMessage requestMessage)

Parameters

requestMessage IMessage

Returns

object

Initialize()

public override void Initialize()

Start()

Start this component

public Task Start()

Returns

Task

a task to signal completion

Stop()

Stop this component

public Task Stop()

Returns

Task

a task to signal completion