Class ControlBusMethodFilter

java.lang.Object
org.springframework.integration.expression.ControlBusMethodFilter
All Implemented Interfaces:
org.springframework.expression.MethodFilter

public class ControlBusMethodFilter extends Object implements org.springframework.expression.MethodFilter
SpEL MethodFilter to restrict method invocations to:
  • Pausable or Lifecycle components
  • get, set and shutdown methods of CustomizableThreadCreator
  • methods with ManagedAttribute and ManagedOperation annotations
This class isn't designed for target applications and typically is used from ExpressionControlBusFactoryBean.
Since:
4.0
  • Constructor Details

    • ControlBusMethodFilter

      public ControlBusMethodFilter()
  • Method Details

    • filter

      public List<Method> filter(List<Method> methods)
      Specified by:
      filter in interface org.springframework.expression.MethodFilter