Uses of Interface
org.springframework.boot.actuate.endpoint.Operation
Package
Description
Endpoint support.
Annotation support for actuator endpoints.
JMX support for actuator endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
Uses of Operation in org.springframework.boot.actuate.endpoint
Modifier and TypeClassDescriptionclass
AbstractExposableEndpoint<O extends Operation>
Abstract base class forExposableEndpoint
implementations.interface
ExposableEndpoint<O extends Operation>
Information describing an endpoint that can be exposed in some technology specific way. -
Uses of Operation in org.springframework.boot.actuate.endpoint.annotation
Modifier and TypeClassDescriptionclass
AbstractDiscoveredEndpoint<O extends Operation>
Abstract base class forendpoints
discovered by aEndpointDiscoverer
.interface
DiscoveredEndpoint<O extends Operation>
Anendpoint
discovered by anEndpointDiscoverer
.class
EndpointDiscoverer<E extends ExposableEndpoint<O>,
O extends Operation> A Base forEndpointsSupplier
implementations that discover@Endpoint
beans and@EndpointExtension
beans in an application context.Modifier and TypeClassDescriptionclass
Abstract base class forendpoints operations
discovered by aEndpointDiscoverer
. -
Uses of Operation in org.springframework.boot.actuate.endpoint.jmx
-
Uses of Operation in org.springframework.boot.actuate.endpoint.web
-
Uses of Operation in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeMethodDescriptionprotected Operation
ControllerEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) protected Operation
ServletEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Modifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKey
ControllerEndpointDiscoverer.createOperationKey
(Operation operation) protected EndpointDiscoverer.OperationKey
ServletEndpointDiscoverer.createOperationKey
(Operation operation) Modifier and TypeMethodDescriptionprotected ExposableControllerEndpoint
ControllerEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<Operation> operations) protected ExposableServletEndpoint
ServletEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<Operation> operations)