Uses of Interface
com.tick42.glue.core.interop.invoke.MethodInvocationResult
| Package | Description |
|---|---|
| com.tick42.glue.core.interop | |
| com.tick42.glue.core.interop.discovery | |
| com.tick42.glue.internal.agm |
-
Uses of MethodInvocationResult in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return types with arguments of type MethodInvocationResult Modifier and Type Method Description CompletionStage<MethodInvocationResult<Map<String,Object>>>Interop. invoke(String name, Map<String,Object> arg)<T, R> CompletionStage<MethodInvocationResult<R>>Interop. invoke(Collection<ServerMethod> method, T arg, InvocationOptions options, ReifiedType<R> returnType) -
Uses of MethodInvocationResult in com.tick42.glue.core.interop.discovery
Methods in com.tick42.glue.core.interop.discovery that return types with arguments of type MethodInvocationResult 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. -
Uses of MethodInvocationResult in com.tick42.glue.internal.agm
Classes in com.tick42.glue.internal.agm that implement MethodInvocationResult Modifier and Type Class Description classAgmMethodInvocationResultMethods in com.tick42.glue.internal.agm that return types with arguments of type MethodInvocationResult Modifier and Type Method Description CompletionStage<MethodInvocationResult<Map<String,Object>>>Agm. invoke(String name, Map<String,Object> arg)<T, R> CompletionStage<MethodInvocationResult<R>>Agm. invoke(Collection<ServerMethod> methods, T arg, InvocationOptions options, ReifiedType<R> returnType)