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.interface
OperationFilter<O extends Operation>
Strategy class that can be used to filteroperations
.Methods in org.springframework.boot.actuate.endpoint with type parameters of type OperationModifier and TypeMethodDescriptionstatic <O extends Operation>
OperationFilter<O> OperationFilter.byAccess
(EndpointAccessResolver accessResolver) Return anOperationFilter
that filters based on the allowedaccess
as determined by anaccess resolver
. -
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.webSubinterfaces with type arguments of type Operation in org.springframework.boot.actuate.endpoint.webModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Operation in org.springframework.boot.actuate.endpoint.web.annotation
Subclasses with type arguments of type Operation in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpoint
and@WebEndpoint
supportclass
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpoint
and@WebEndpoint
Subinterfaces with type arguments of type Operation in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.3 in favor of@Endpoint
and@WebEndpoint
supportMethods in org.springframework.boot.actuate.endpoint.web.annotation that return OperationModifier and TypeMethodDescriptionprotected Operation
ControllerEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Deprecated, for removal: This API element is subject to removal in a future version.protected Operation
ServletEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type OperationModifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKey
ControllerEndpointDiscoverer.createOperationKey
(Operation operation) Deprecated, for removal: This API element is subject to removal in a future version.protected EndpointDiscoverer.OperationKey
ServletEndpointDiscoverer.createOperationKey
(Operation operation) Deprecated, for removal: This API element is subject to removal in a future version.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, Access defaultAccess, Collection<Operation> operations) Deprecated, for removal: This API element is subject to removal in a future version.protected ExposableServletEndpoint
ServletEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) Deprecated, for removal: This API element is subject to removal in a future version.
@Endpoint
and@WebEndpoint