public class ControlBusMethodFilter
extends java.lang.Object
implements org.springframework.expression.MethodFilter
MethodFilter to restrict method invocations to:
Lifecycle components
get, set and shutdown methods of CustomizableThreadCreator
ManagedAttribute and ManagedOperation annotations
ExpressionControlBusFactoryBean.| Constructor and Description |
|---|
ControlBusMethodFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.reflect.Method> |
filter(java.util.List<java.lang.reflect.Method> methods) |