Table of Contents

Class IntegrationUtils

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

Fields

INTEGRATION_CONVERSION_SERVICE_BEAN_NAME

public const string INTEGRATION_CONVERSION_SERVICE_BEAN_NAME = "integrationConversionService"

Field Value

string

INTEGRATION_MESSAGE_BUILDER_FACTORY_BEAN_NAME

public const string INTEGRATION_MESSAGE_BUILDER_FACTORY_BEAN_NAME = "messageBuilderFactory"

Field Value

string

Methods

WrapInDeliveryExceptionIfNecessary(IMessage, string, Exception)

public static Exception WrapInDeliveryExceptionIfNecessary(IMessage message, string text, Exception e)

Parameters

message IMessage
text string
e Exception

Returns

Exception

WrapInHandlingExceptionIfNecessary(IMessage, string, Exception)

public static Exception WrapInHandlingExceptionIfNecessary(IMessage message, string text, Exception e)

Parameters

message IMessage
text string
e Exception

Returns

Exception