Package com.tick42.glue.internal.agm
Class AgmMethodInvocationResult
java.lang.Object
com.tick42.glue.internal.agm.AgmMethodInvocationResult
- All Implemented Interfaces:
MethodInvocationResponse<Map<String,Object>>,MethodInvocationResult<Map<String,Object>>,Iterable<MethodInvocationResponse<Map<String,Object>>>
public class AgmMethodInvocationResult extends Object implements MethodInvocationResult<Map<String,Object>>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAgmMethodInvocationResult.CallBuilderNested classes/interfaces inherited from interface com.tick42.glue.core.interop.invoke.MethodInvocationResponse
MethodInvocationResponse.StatusNested classes/interfaces inherited from interface com.tick42.glue.core.interop.invoke.MethodInvocationResult
MethodInvocationResult.Type -
Method Summary
Modifier and Type Method Description ServerMethodgetMethod()Optional<Map<String,Object>>getReturned()MethodInvocationResponse.StatusgetStatus()MethodInvocationResult.TypegetType()Return the type of the result.Iterator<MethodInvocationResponse<Map<String,Object>>>iterator()Returniteratorover all received responses.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface com.tick42.glue.core.interop.invoke.MethodInvocationResult
hasMultipleResponses
-
Method Details
-
getType
Description copied from interface:MethodInvocationResultReturn the type of the result.- Specified by:
getTypein interfaceMethodInvocationResult<Map<String,Object>>- Returns:
- type of the result as a
MethodInvocationResult.Typeenum value, nevernull
-
iterator
Description copied from interface:MethodInvocationResultReturniteratorover all received responses. -
getMethod
- Specified by:
getMethodin interfaceMethodInvocationResponse<Map<String,Object>>
-
getReturned
- Specified by:
getReturnedin interfaceMethodInvocationResponse<Map<String,Object>>
-
getStatus
- Specified by:
getStatusin interfaceMethodInvocationResponse<Map<String,Object>>
-