Table of Contents

Class IntegrationContextUtils

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

Fields

ARGUMENT_RESOLVER_MESSAGE_CONVERTER_BEAN_NAME

public const string ARGUMENT_RESOLVER_MESSAGE_CONVERTER_BEAN_NAME = "integrationArgumentResolverMessageConverter"

Field Value

string

ERROR_CHANNEL_BEAN_NAME

public const string ERROR_CHANNEL_BEAN_NAME = "errorChannel"

Field Value

string

INTEGRATION_EVALUATION_CONTEXT_BEAN_NAME

public const string INTEGRATION_EVALUATION_CONTEXT_BEAN_NAME = "integrationEvaluationContext"

Field Value

string

INTEGRATION_SIMPLE_EVALUATION_CONTEXT_BEAN_NAME

public const string INTEGRATION_SIMPLE_EVALUATION_CONTEXT_BEAN_NAME = "integrationSimpleEvaluationContext"

Field Value

string

MESSAGE_HANDLER_FACTORY_BEAN_NAME

public const string MESSAGE_HANDLER_FACTORY_BEAN_NAME = "integrationMessageHandlerMethodFactory"

Field Value

string

NULL_CHANNEL_BEAN_NAME

public const string NULL_CHANNEL_BEAN_NAME = "nullChannel"

Field Value

string

Methods

GetErrorChannel(IApplicationContext)

public static IMessageChannel GetErrorChannel(IApplicationContext context)

Parameters

context IApplicationContext

Returns

IMessageChannel

GetEvaluationContext(IApplicationContext)

public static IEvaluationContext GetEvaluationContext(IApplicationContext context)

Parameters

context IApplicationContext

Returns

IEvaluationContext

GetExpressionParser(IApplicationContext)

public static IExpressionParser GetExpressionParser(IApplicationContext context)

Parameters

context IApplicationContext

Returns

IExpressionParser

GetNullChannel(IApplicationContext)

public static IMessageChannel GetNullChannel(IApplicationContext context)

Parameters

context IApplicationContext

Returns

IMessageChannel

GetSimpleEvaluationContext(IApplicationContext)

public static IEvaluationContext GetSimpleEvaluationContext(IApplicationContext context)

Parameters

context IApplicationContext

Returns

IEvaluationContext