Table of Contents

Class ErrorMessageUtils

Namespace
Steeltoe.Integration.Support
Assembly
Steeltoe.Integration.IntegrationBase.dll
public static class ErrorMessageUtils
Inheritance
ErrorMessageUtils
Inherited Members

Fields

FAILED_MESSAGE_CONTEXT_KEY

public const string FAILED_MESSAGE_CONTEXT_KEY = "internal_message"

Field Value

string

INPUT_MESSAGE_CONTEXT_KEY

public const string INPUT_MESSAGE_CONTEXT_KEY = "internal_inputMessage"

Field Value

string

Methods

GetAttributeAccessor(IMessage, IMessage)

public static IAttributeAccessor GetAttributeAccessor(IMessage inputMessage, IMessage failedMessage)

Parameters

inputMessage IMessage
failedMessage IMessage

Returns

IAttributeAccessor