Uses of Interface
org.springframework.boot.actuate.endpoint.Operation
Packages that use 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
Classes in org.springframework.boot.actuate.endpoint with type parameters of type OperationModifier 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
Classes in org.springframework.boot.actuate.endpoint.annotation with type parameters of type OperationModifier 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.Classes in org.springframework.boot.actuate.endpoint.annotation that implement OperationModifier and TypeClassDescriptionclass
Abstract base class forendpoints operations
discovered by aEndpointDiscoverer
. -
Uses of Operation in org.springframework.boot.actuate.endpoint.jmx
Subinterfaces of Operation in org.springframework.boot.actuate.endpoint.jmx -
Uses of Operation in org.springframework.boot.actuate.endpoint.web
Subinterfaces of Operation in org.springframework.boot.actuate.endpoint.web -
Uses of Operation in org.springframework.boot.actuate.endpoint.web.annotation
Methods in org.springframework.boot.actuate.endpoint.web.annotation that return OperationModifier and TypeMethodDescriptionprotected Operation
ControllerEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) protected Operation
ServletEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type OperationModifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKey
ControllerEndpointDiscoverer.createOperationKey
(Operation operation) protected EndpointDiscoverer.OperationKey
ServletEndpointDiscoverer.createOperationKey
(Operation operation) Method parameters in org.springframework.boot.actuate.endpoint.web.annotation with type arguments of type OperationModifier 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)