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 Summary
Constructors Constructor Description ExpressionArgumentsStrategy(String[] argumentExpressions)
ExpressionArgumentsStrategy(String[] argumentExpressions, boolean useCommandVariable)
-
Method Summary
Modifier and Type Method Description void
afterPropertiesSet()
Object[]
resolve(String command, Message<?> message)
void
setBeanFactory(BeanFactory beanFactory)
void
setIntegrationEvaluationContext(EvaluationContext evaluationContext)
-
Constructor Details
-
Method Details
-
setIntegrationEvaluationContext
-
setBeanFactory
- Specified by:
setBeanFactory
in interfaceBeanFactoryAware
- Throws:
BeansException
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceInitializingBean
-
resolve
- Specified by:
resolve
in interfaceArgumentsStrategy
-