Class ControlBusMethodFilter

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

public class ControlBusMethodFilter
extends java.lang.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 Summary

    Constructors 
    Constructor Description
    ControlBusMethodFilter()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.reflect.Method> filter​(java.util.List<java.lang.reflect.Method> methods)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • filter

      public java.util.List<java.lang.reflect.Method> filter​(java.util.List<java.lang.reflect.Method> methods)
      Specified by:
      filter in interface org.springframework.expression.MethodFilter