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 Details

    • ExpressionArgumentsStrategy

      public ExpressionArgumentsStrategy(String[] argumentExpressions)
    • ExpressionArgumentsStrategy

      public ExpressionArgumentsStrategy(String[] argumentExpressions, boolean useCommandVariable)
  • 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:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • resolve

      public Object[] resolve(String command, org.springframework.messaging.Message<?> message)
      Specified by:
      resolve in interface ArgumentsStrategy