Table of Contents

Interface IHeaderPropagation

Namespace
Steeltoe.Integration.Handler
Assembly
Steeltoe.Integration.Abstractions.dll

MessageHandlers implementing this interface can propagate headers from an input message to an output message.

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IHeaderPropagation

Properties

NotPropagatedHeaders

Gets or sets the headers that should not be copied from inbound message if handler is configured to copy headers

IList<string> NotPropagatedHeaders { get; set; }

Property Value

IList<string>

Methods

AddNotPropagatedHeaders(params string[])

Add headers that will not be copied from the inbound message if handler is configured to copy headers

void AddNotPropagatedHeaders(params string[] headers)

Parameters

headers string[]

the headers to not copy