Table of Contents

Class IntegrationServicesUtils

Namespace
Steeltoe.Integration.Util
Assembly
Steeltoe.Integration.IntegrationBase.dll
public static class IntegrationServicesUtils
Inheritance
IntegrationServicesUtils
Inherited Members

Methods

ExtractTypeIfPossible<T>(object)

public static T ExtractTypeIfPossible<T>(object targetObject)

Parameters

targetObject object

Returns

T

Type Parameters

T

GetIntegrationServices(IApplicationContext)

public static IIntegrationServices GetIntegrationServices(IApplicationContext context)

Parameters

context IApplicationContext

Returns

IIntegrationServices

WrapInHandlingExceptionIfNecessary(IMessage, string, Exception)

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

Parameters

message IMessage
text string
ex Exception

Returns

Exception