Class AbstractMessageChannelBinder.SendingHandler
Inheritance
System.Object
AbstractMessageChannelBinder.SendingHandler
Implements
IOrdered
ILifecycle
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
protected class SendingHandler : AbstractMessageHandler
Constructors
|
Edit this page
View Source
SendingHandler(IApplicationContext, IMessageHandler, Boolean, String[], Boolean)
Declaration
public SendingHandler(IApplicationContext context, IMessageHandler handler, bool embedHeaders, string[] headersToEmbed, bool useNativeEncoding)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
IMessageHandler |
handler |
|
System.Boolean |
embedHeaders |
|
System.String[] |
headersToEmbed |
|
System.Boolean |
useNativeEncoding |
|
Properties
|
Edit this page
View Source
IsRunning
Declaration
public bool IsRunning { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
HandleMessageInternal(IMessage)
Declaration
protected override void HandleMessageInternal(IMessage message)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
|
Edit this page
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Edit this page
View Source
Start()
Declaration
Returns
|
Edit this page
View Source
Stop()
Declaration
Returns
Implements
IOrdered
ILifecycle