Class MethodInvokingSelector

java.lang.Object
org.springframework.integration.filter.AbstractMessageProcessingSelector
org.springframework.integration.filter.MethodInvokingSelector
All Implemented Interfaces:
Aware, BeanFactoryAware, Lifecycle, GenericSelector<Message<?>>, MessageSelector, ManageableLifecycle

public class MethodInvokingSelector extends AbstractMessageProcessingSelector
A method-invoking implementation of MessageSelector.
Author:
Mark Fisher, Artem Bilan, Gary Russell
  • Constructor Details

    • MethodInvokingSelector

      public MethodInvokingSelector(Object object, Method method)
    • MethodInvokingSelector

      public MethodInvokingSelector(Object object, String methodName)
    • MethodInvokingSelector

      public MethodInvokingSelector(Object object)