Uses of Interface
com.tick42.glue.core.interop.invoke.MethodInvocationResult
Packages that use MethodInvocationResult
Package
Description
Interop API .
-
Uses of MethodInvocationResult in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return types with arguments of type MethodInvocationResultModifier and TypeMethodDescription<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 MethodInvocationResultModifier 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.