Class ExpressionArgumentsStrategy
java.lang.Object
org.springframework.integration.redis.outbound.ExpressionArgumentsStrategy
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.InitializingBean,ArgumentsStrategy
public class ExpressionArgumentsStrategy
extends Object
implements ArgumentsStrategy, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionArgumentsStrategy(String[] argumentExpressions) ExpressionArgumentsStrategy(String[] argumentExpressions, boolean useCommandVariable) -
Method Summary
Modifier and TypeMethodDescriptionvoidObject[]voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) voidsetIntegrationEvaluationContext(org.springframework.expression.EvaluationContext evaluationContext)
-
Constructor Details
-
ExpressionArgumentsStrategy
-
ExpressionArgumentsStrategy
-
-
Method Details
-
setIntegrationEvaluationContext
public void setIntegrationEvaluationContext(org.springframework.expression.EvaluationContext evaluationContext) -
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
resolve
- Specified by:
resolvein interfaceArgumentsStrategy
-