Class MessageTransformingHandler
Inheritance
System.Object
MessageTransformingHandler
Implements
IOrdered
ILifecycle
Assembly: Steeltoe.Integration.IntegrationBase.dll
public class MessageTransformingHandler : AbstractReplyProducingMessageHandler, IMessageProducer, IHeaderPropagation
Constructors
|
Edit this page
View Source
MessageTransformingHandler(IApplicationContext, ITransformer)
Declaration
public MessageTransformingHandler(IApplicationContext context, ITransformer transformer)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
ITransformer |
transformer |
|
Properties
|
Edit this page
View Source
Declaration
public bool IsRunning { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
protected override bool ShouldCopyRequestHeaders { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
Declaration
public ITransformer Transformer { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public override void AddNotPropagatedHeaders(params string[] headers)
Parameters
Type |
Name |
Description |
System.String[] |
headers |
|
Overrides
|
Edit this page
View Source
Declaration
protected override object HandleRequestMessage(IMessage requestMessage)
Parameters
Type |
Name |
Description |
IMessage |
requestMessage |
|
Returns
Type |
Description |
System.Object |
|
Overrides
|
Edit this page
View Source
Declaration
public override void Initialize()
Overrides
|
Edit this page
View Source
Declaration
Returns
|
Edit this page
View Source
Declaration
Returns
Implements
IOrdered
ILifecycle