Uses of Interface
com.tick42.glue.core.interop.invoke.MethodInvocationResponse
| Package | Description |
|---|---|
| com.tick42.glue.core.interop.invoke | |
| com.tick42.glue.internal.agm |
-
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. -
Uses of MethodInvocationResponse in com.tick42.glue.internal.agm
Classes in com.tick42.glue.internal.agm that implement MethodInvocationResponse Modifier and Type Class Description classAgmInvocationResponseclassAgmMethodInvocationResultMethods in com.tick42.glue.internal.agm that return types with arguments of type MethodInvocationResponse Modifier and Type Method Description Iterator<MethodInvocationResponse<Map<String,Object>>>AgmMethodInvocationResult. iterator()