Uses of Class
org.springframework.boot.actuate.endpoint.InvocationContext
Packages that use InvocationContext
Package
Description
Endpoint support.
Annotation support for actuator endpoints.
Interfaces and classes relating to invoking operation methods.
Endpoint reflection support.
Caching support for actuator endpoints.
Spring WebFlux support for actuator endpoints.
-
Uses of InvocationContext in org.springframework.boot.actuate.endpoint
Methods in org.springframework.boot.actuate.endpoint with parameters of type InvocationContextModifier and TypeMethodDescription@Nullable Object
Operation.invoke
(InvocationContext context) Invoke the underlying operation using the givencontext
. -
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.annotation
Methods in org.springframework.boot.actuate.endpoint.annotation with parameters of type InvocationContextModifier and TypeMethodDescription@Nullable Object
AbstractDiscoveredOperation.invoke
(InvocationContext context) -
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.invoke
Methods in org.springframework.boot.actuate.endpoint.invoke with parameters of type InvocationContextModifier and TypeMethodDescription@Nullable Object
OperationInvoker.invoke
(InvocationContext context) Invoke the underlying operation using the givencontext
. -
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.invoke.reflect
Methods in org.springframework.boot.actuate.endpoint.invoke.reflect with parameters of type InvocationContextModifier and TypeMethodDescription@Nullable Object
ReflectiveOperationInvoker.invoke
(InvocationContext context) -
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.invoker.cache
Methods in org.springframework.boot.actuate.endpoint.invoker.cache with parameters of type InvocationContextModifier and TypeMethodDescription@Nullable Object
CachingOperationInvoker.invoke
(InvocationContext context) -
Uses of InvocationContext in org.springframework.boot.webflux.actuate.endpoint.web
Methods in org.springframework.boot.webflux.actuate.endpoint.web with parameters of type InvocationContextModifier and TypeMethodDescriptionAbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker.invoke
(InvocationContext context) @Nullable Object
AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker.invoke
(InvocationContext context)