Class StreamListenerMessageHandler
Inheritance
System.Object
StreamListenerMessageHandler
Inherited Members
Steeltoe.Integration.Handler.AbstractMessageProducingHandler.UpdateNotPropagatedHeaders(IList<>, System.Boolean)
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class StreamListenerMessageHandler : AbstractReplyProducingMessageHandler
Constructors
|
Edit this page
View Source
StreamListenerMessageHandler(IApplicationContext, IInvocableHandlerMethod, Boolean, IList<String>)
Declaration
public StreamListenerMessageHandler(IApplicationContext context, IInvocableHandlerMethod invocableHandlerMethod, bool copyHeaders, IList<string> notPropagatedHeaders)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
IInvocableHandlerMethod |
invocableHandlerMethod |
|
System.Boolean |
copyHeaders |
|
IList<System.String> |
notPropagatedHeaders |
|
Properties
|
Edit this page
View Source
IsVoid
Declaration
public bool IsVoid { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ShouldCopyRequestHeaders
Declaration
protected override bool ShouldCopyRequestHeaders { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Edit this page
View Source
HandleRequestMessage(IMessage)
Declaration
protected override object HandleRequestMessage(IMessage requestMessage)
Parameters
Type |
Name |
Description |
IMessage |
requestMessage |
|
Returns
Type |
Description |
System.Object |
|
|
Edit this page
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
Implements
IOrdered