Class IntegrationContextUtils
Inheritance
System.Object
IntegrationContextUtils
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public static class IntegrationContextUtils : object
Fields
|
Edit this page
View Source
ARGUMENT_RESOLVER_MESSAGE_CONVERTER_BEAN_NAME
Declaration
public const string ARGUMENT_RESOLVER_MESSAGE_CONVERTER_BEAN_NAME = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ERROR_CHANNEL_BEAN_NAME
Declaration
public const string ERROR_CHANNEL_BEAN_NAME = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
INTEGRATION_EVALUATION_CONTEXT_BEAN_NAME
Declaration
public const string INTEGRATION_EVALUATION_CONTEXT_BEAN_NAME = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
INTEGRATION_SIMPLE_EVALUATION_CONTEXT_BEAN_NAME
Declaration
public const string INTEGRATION_SIMPLE_EVALUATION_CONTEXT_BEAN_NAME = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
MESSAGE_HANDLER_FACTORY_BEAN_NAME
Declaration
public const string MESSAGE_HANDLER_FACTORY_BEAN_NAME = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
NULL_CHANNEL_BEAN_NAME
Declaration
public const string NULL_CHANNEL_BEAN_NAME = null
Field Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
GetErrorChannel(IApplicationContext)
Declaration
public static IMessageChannel GetErrorChannel(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Returns
Type |
Description |
IMessageChannel |
|
|
Edit this page
View Source
GetEvaluationContext(IApplicationContext)
Declaration
public static IEvaluationContext GetEvaluationContext(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Returns
Type |
Description |
IEvaluationContext |
|
|
Edit this page
View Source
GetExpressionParser(IApplicationContext)
Declaration
public static IExpressionParser GetExpressionParser(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Returns
Type |
Description |
IExpressionParser |
|
|
Edit this page
View Source
GetNullChannel(IApplicationContext)
Declaration
public static IMessageChannel GetNullChannel(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Returns
Type |
Description |
IMessageChannel |
|
|
Edit this page
View Source
GetSimpleEvaluationContext(IApplicationContext)
Declaration
public static IEvaluationContext GetSimpleEvaluationContext(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Returns
Type |
Description |
IEvaluationContext |
|