Uses of Class
org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
Package
Description
Interfaces and classes relating to invoking operation methods.
-
Uses of MissingParametersException in org.springframework.boot.actuate.endpoint.invoke
Modifier and TypeMethodDescriptionOperationInvoker.invoke
(InvocationContext context) Invoke the underlying operation using the givencontext
.