Uses of Package
org.springframework.boot.actuate.endpoint.invoke
Packages that use org.springframework.boot.actuate.endpoint.invoke
Package
Description
Auto-configuration for actuator Cloud Foundry concerns.
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Core classes for actuator endpoint auto-configuration.
Actuator JMX endpoint auto-configuration.
Auto-configuration for the Actuator's web endpoints.
Annotation support for actuator endpoints.
Interfaces and classes relating to invoking operation methods.
Converter support for actuator endpoints.
Endpoint reflection support.
Caching support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
Spring WebFlux support for actuator endpoints.
-
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.autoconfigure.cloudfoundryClassDescriptionAllows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactiveClassDescriptionMaps parameter values to the required type when invoking an endpoint.
-
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.autoconfigure.cloudfoundry.servletClassDescriptionMaps parameter values to the required type when invoking an endpoint.
-
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.autoconfigure.endpointClassDescriptionMaps parameter values to the required type when invoking an endpoint.
-
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.autoconfigure.endpoint.jmxClassDescriptionAllows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.autoconfigure.endpoint.webClassDescriptionMaps parameter values to the required type when invoking an endpoint.
-
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.annotationClassDescriptionInterface to perform an operation invocation.Allows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.invokeClassDescription
RuntimeException
thrown when an endpoint invocation does not contain required parameters.Interface to perform an operation invocation.A single operation parameter.A collection ofoperation parameters
.AParameterMappingException
is thrown when a failure occurs duringoperation parameter mapping
.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.invoke.convertClassDescriptionA single operation parameter.A
ParameterMappingException
is thrown when a failure occurs duringoperation parameter mapping
.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.invoke.reflectClassDescriptionInterface to perform an operation invocation.A collection of
operation parameters
.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.invoker.cacheClassDescriptionInterface to perform an operation invocation.Allows additional functionality to be applied to an
OperationInvoker
.A collection ofoperation parameters
. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.jmx.annotationClassDescriptionInterface to perform an operation invocation.Allows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.web.annotationClassDescriptionInterface to perform an operation invocation.Allows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -