Uses of Class
org.springframework.boot.actuate.endpoint.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
Modifier and TypeMethodDescriptionOperation.invoke
(InvocationContext context) Invoke the underlying operation using the givencontext
. -
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.annotation
-
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.invoke
Modifier and TypeMethodDescriptionOperationInvoker.invoke
(InvocationContext context) Invoke the underlying operation using the givencontext
. -
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.invoke.reflect
-
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.invoker.cache
-
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.web.reactive
Modifier and TypeMethodDescriptionAbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker.invoke
(InvocationContext context)