Class ExpressionArgumentsStrategy
java.lang.Object
org.springframework.integration.redis.outbound.ExpressionArgumentsStrategy
- All Implemented Interfaces:
- Aware,- BeanFactoryAware,- InitializingBean,- ArgumentsStrategy
public class ExpressionArgumentsStrategy
extends Object
implements ArgumentsStrategy, BeanFactoryAware, InitializingBean
- Since:
- 4.0
- Author:
- Artem Bilan, Gary Russell
- 
Constructor SummaryConstructorsConstructorDescriptionExpressionArgumentsStrategy(String[] argumentExpressions) ExpressionArgumentsStrategy(String[] argumentExpressions, boolean useCommandVariable) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidObject[]voidsetBeanFactory(BeanFactory beanFactory) voidsetIntegrationEvaluationContext(EvaluationContext evaluationContext) 
- 
Constructor Details- 
ExpressionArgumentsStrategy
- 
ExpressionArgumentsStrategy
 
- 
- 
Method Details- 
setIntegrationEvaluationContext
- 
setBeanFactory- Specified by:
- setBeanFactoryin interface- BeanFactoryAware
- Throws:
- BeansException
 
- 
afterPropertiesSetpublic void afterPropertiesSet()- Specified by:
- afterPropertiesSetin interface- InitializingBean
 
- 
resolve- Specified by:
- resolvein interface- ArgumentsStrategy
 
 
-