Uses of Class
com.tick42.glue.core.interop.InvocationOptions
| Package | Description |
|---|---|
| com.tick42.glue.core.interop |
Interop API .
|
| com.tick42.glue.core.interop.discovery |
-
Uses of InvocationOptions in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return InvocationOptions Modifier and Type Method Description InvocationOptionsInvocationOptions.Builder. build()Methods in com.tick42.glue.core.interop with parameters of type InvocationOptions Modifier and Type Method Description <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 InvocationOptions Modifier and Type Method Description <T> CompletionStage<MethodInvocationResult<R>>MethodSearch. invoke(T arg, InvocationOptions options)Invokes any one of the methods matching the search criteria with the designated invocation arguments and options.<T> CompletionStage<MethodInvocationResult<R>>MethodSearch. invokeAll(T arg, InvocationOptions options)Invokes all methods that match the search criteria with the designated invocation arguments and options.