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
ERROR_CHANNEL_BEAN_NAME
public const string ERROR_CHANNEL_BEAN_NAME = "errorChannel"
Field Value
INTEGRATION_EVALUATION_CONTEXT_BEAN_NAME
public const string INTEGRATION_EVALUATION_CONTEXT_BEAN_NAME = "integrationEvaluationContext"
Field Value
INTEGRATION_SIMPLE_EVALUATION_CONTEXT_BEAN_NAME
public const string INTEGRATION_SIMPLE_EVALUATION_CONTEXT_BEAN_NAME = "integrationSimpleEvaluationContext"
Field Value
MESSAGE_HANDLER_FACTORY_BEAN_NAME
public const string MESSAGE_HANDLER_FACTORY_BEAN_NAME = "integrationMessageHandlerMethodFactory"
Field Value
NULL_CHANNEL_BEAN_NAME
public const string NULL_CHANNEL_BEAN_NAME = "nullChannel"
Field Value
Methods
GetErrorChannel(IApplicationContext)
public static IMessageChannel GetErrorChannel(IApplicationContext context)
Parameters
context
IApplicationContext
Returns
GetEvaluationContext(IApplicationContext)
public static IEvaluationContext GetEvaluationContext(IApplicationContext context)
Parameters
context
IApplicationContext
Returns
GetExpressionParser(IApplicationContext)
public static IExpressionParser GetExpressionParser(IApplicationContext context)
Parameters
context
IApplicationContext
Returns
GetNullChannel(IApplicationContext)
public static IMessageChannel GetNullChannel(IApplicationContext context)
Parameters
context
IApplicationContext
Returns
GetSimpleEvaluationContext(IApplicationContext)
public static IEvaluationContext GetSimpleEvaluationContext(IApplicationContext context)
Parameters
context
IApplicationContext