Package org.springframework.boot.actuate.endpoint.invoke
package org.springframework.boot.actuate.endpoint.invoke
Interfaces and classes relating to invoking operation methods.
-
ClassDescription
RuntimeExceptionthrown 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.AParameterMappingExceptionis thrown when a failure occurs duringoperation parameter mapping.Maps parameter values to the required type when invoking an endpoint.