Uses of Enum Class
com.evolveum.midpoint.smart.api.ServiceClient.Method
Packages that use ServiceClient.Method
-
Uses of ServiceClient.Method in com.evolveum.midpoint.smart.api
Methods in com.evolveum.midpoint.smart.api that return ServiceClient.MethodModifier and TypeMethodDescriptionstatic ServiceClient.MethodReturns the enum constant of this class with the specified name.static ServiceClient.Method[]ServiceClient.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.smart.api with parameters of type ServiceClient.MethodModifier and TypeMethodDescription<REQ,RESP> RESP ServiceClient.invoke(ServiceClient.Method method, REQ request, Class<RESP> responseClass) Invokes the specified method on the remote microservice (or on its substitution) with the given request.<REQ,RESP> CompletableFuture<RESP> ServiceClient.invokeAsync(ServiceClient.Method method, REQ request, Class<RESP> responseClass) Asynchronously invokes the specified method on the remote microservice.