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 TypeMethodDescriptionOperation.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 InvocationContext -
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.invoke
Methods in org.springframework.boot.actuate.endpoint.invoke with parameters of type InvocationContextModifier and TypeMethodDescriptionOperationInvoker.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 InvocationContext -
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.invoker.cache
Methods in org.springframework.boot.actuate.endpoint.invoker.cache with parameters of type InvocationContext -
Uses of InvocationContext in org.springframework.boot.actuate.endpoint.web.reactive
Methods in org.springframework.boot.actuate.endpoint.web.reactive with parameters of type InvocationContextModifier and TypeMethodDescriptionAbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker.invoke
(InvocationContext context)