Package org.springframework.boot.actuate.endpoint.invoke
package org.springframework.boot.actuate.endpoint.invoke
Interfaces and classes relating to invoking operation methods.
-
ClassDescription
RuntimeException
thrown when an endpoint invocation does not contain required parameters.Interface to perform an operation invocation.Allows additional functionality to be applied to anOperationInvoker
.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.