Class BridgeHandler
Inheritance
System.Object
BridgeHandler
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class BridgeHandler : AbstractReplyProducingMessageHandler, IMessageProducer, IHeaderPropagation
Constructors
|
Edit this page
View Source
BridgeHandler(IApplicationContext)
Declaration
public BridgeHandler(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Properties
|
Edit this page
View Source
ComponentType
Declaration
public override string ComponentType { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
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 |
|
Overrides
|
Edit this page
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
Implements
IOrdered