Uses of Interface
org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Packages that use JmxOperation
Package
Description
Annotation support for actuator JMX endpoints.
-
Uses of JmxOperation in org.springframework.boot.actuate.endpoint.jmx.annotation
Methods in org.springframework.boot.actuate.endpoint.jmx.annotation that return JmxOperationModifier and TypeMethodDescriptionprotected JmxOperation
JmxEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Methods in org.springframework.boot.actuate.endpoint.jmx.annotation with parameters of type JmxOperationModifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKey
JmxEndpointDiscoverer.createOperationKey
(JmxOperation operation) Method parameters in org.springframework.boot.actuate.endpoint.jmx.annotation with type arguments of type JmxOperationModifier and TypeMethodDescriptionprotected ExposableJmxEndpoint
JmxEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<JmxOperation> operations)