Class ControlBusMethodFilter
java.lang.Object
org.springframework.integration.support.management.ControlBusMethodFilter
- All Implemented Interfaces:
ReflectionUtils.MethodFilter
The
ReflectionUtils.MethodFilter
to restrict method invocations to:
-
Pausable
orLifecycle
components -
get
,set
andshutdown
methods ofCustomizableThreadCreator
- methods with
ManagedAttribute
orManagedOperation
annotations
- Since:
- 6.4
- Author:
- Artem Bilan
-
Constructor Details
-
ControlBusMethodFilter
public ControlBusMethodFilter()
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceReflectionUtils.MethodFilter
-