Uses of Interface
org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Packages that use JmxOperation
Package
Description
JMX support for actuator endpoints.
Annotation support for actuator JMX endpoints.
-
Uses of JmxOperation in org.springframework.boot.actuate.endpoint.jmx
Subinterfaces with type arguments of type JmxOperation in org.springframework.boot.actuate.endpoint.jmxModifier and TypeInterfaceDescriptioninterfaceInformation describing an endpoint that can be exposed over JMX. -
Uses of JmxOperation in org.springframework.boot.actuate.endpoint.jmx.annotation
Subclasses with type arguments of type JmxOperation in org.springframework.boot.actuate.endpoint.jmx.annotationModifier and TypeClassDescriptionclassMethods 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)