Class ControlBusMethodFilter
java.lang.Object
org.springframework.integration.support.management.ControlBusMethodFilter
- All Implemented Interfaces:
ReflectionUtils.MethodFilter
The
ReflectionUtils.MethodFilter to restrict method invocations to:
-
PausableorLifecyclecomponents -
get,setandshutdownmethods ofCustomizableThreadCreator - methods with
ManagedAttributeorManagedOperationannotations
- Since:
- 6.4
- Author:
- Artem Bilan
-
Constructor Details
-
ControlBusMethodFilter
public ControlBusMethodFilter()
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceReflectionUtils.MethodFilter
-