Uses of Class
com.tick42.glue.core.interop.InvocationOptions
Packages that use InvocationOptions
Package
Description
Interop API .
-
Uses of InvocationOptions in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return InvocationOptionsMethods in com.tick42.glue.core.interop with parameters of type InvocationOptionsModifier and TypeMethodDescription<T,R> CompletionStage<MethodInvocationResult<R>> Interop.invoke(Collection<ServerMethod> method, T arg, InvocationOptions options, ReifiedType<R> returnType) -
Uses of InvocationOptions in com.tick42.glue.core.interop.discovery
Methods in com.tick42.glue.core.interop.discovery with parameters of type InvocationOptionsModifier and TypeMethodDescriptionMethodSearch.invoke(T arg, InvocationOptions options) Invokes any one of the methods matching the search criteria with the designated invocation arguments and options.MethodSearch.invokeAll(T arg, InvocationOptions options) Invokes all methods that match the search criteria with the designated invocation arguments and options.