Uses of Interface
com.tick42.glue.core.interop.invoke.MethodInvocationResponse
-
Packages that use MethodInvocationResponse Package Description com.tick42.glue.core.interop.invoke -
-
Uses of MethodInvocationResponse in com.tick42.glue.core.interop.invoke
Subinterfaces of MethodInvocationResponse in com.tick42.glue.core.interop.invoke Modifier and Type Interface Description interfaceMethodInvocationResult<T>Holds responses received for a method invocation.Methods in com.tick42.glue.core.interop.invoke that return types with arguments of type MethodInvocationResponse Modifier and Type Method Description Iterator<MethodInvocationResponse<T>>MethodInvocationResult. iterator()Returniteratorover all received responses.
-