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 JmxOperationJmxEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Methods in org.springframework.boot.actuate.endpoint.jmx.annotation with parameters of type JmxOperationModifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKeyJmxEndpointDiscoverer.createOperationKey(JmxOperation operation) Method parameters in org.springframework.boot.actuate.endpoint.jmx.annotation with type arguments of type JmxOperationModifier and TypeMethodDescriptionprotected ExposableJmxEndpointJmxEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<JmxOperation> operations)