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
INTEGRATION_MESSAGE_BUILDER_FACTORY_BEAN_NAME
public const string INTEGRATION_MESSAGE_BUILDER_FACTORY_BEAN_NAME = "messageBuilderFactory"
Field Value
Methods
WrapInDeliveryExceptionIfNecessary(IMessage, string, Exception)
public static Exception WrapInDeliveryExceptionIfNecessary(IMessage message, string text, Exception e)
Parameters
Returns
WrapInHandlingExceptionIfNecessary(IMessage, string, Exception)
public static Exception WrapInHandlingExceptionIfNecessary(IMessage message, string text, Exception e)