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 TypeClassDescriptionclassAbstractExposableEndpoint<O extends Operation>Abstract base class forExposableEndpointimplementations.interfaceExposableEndpoint<O extends Operation>Information describing an endpoint that can be exposed in some technology specific way.interfaceOperationFilter<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 anOperationFilterthat filters based on the allowedaccessas 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 TypeClassDescriptionclassAbstractDiscoveredEndpoint<O extends Operation>Abstract base class forendpointsdiscovered by aEndpointDiscoverer.interfaceDiscoveredEndpoint<O extends Operation>Anendpointdiscovered by anEndpointDiscoverer.classEndpointDiscoverer<E extends ExposableEndpoint<O>, O extends Operation>A Base forEndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context.Classes in org.springframework.boot.actuate.endpoint.annotation that implement OperationModifier and TypeClassDescriptionclassAbstract base class forendpoints operationsdiscovered 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 TypeInterfaceDescriptioninterfaceDeprecated, 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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpointand@WebEndpointsupportclassDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpointand@WebEndpointSubinterfaces with type arguments of type Operation in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.3 in favor of@Endpointand@WebEndpointsupportMethods in org.springframework.boot.actuate.endpoint.web.annotation that return OperationModifier and TypeMethodDescriptionprotected OperationControllerEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Deprecated, for removal: This API element is subject to removal in a future version.protected OperationServletEndpointDiscoverer.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.OperationKeyControllerEndpointDiscoverer.createOperationKey(Operation operation) Deprecated, for removal: This API element is subject to removal in a future version.protected EndpointDiscoverer.OperationKeyServletEndpointDiscoverer.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 ExposableControllerEndpointControllerEndpointDiscoverer.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 ExposableServletEndpointServletEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) Deprecated, for removal: This API element is subject to removal in a future version.
@Endpointand@WebEndpoint