Interface MethodInvocationResponse<T>
- All Known Subinterfaces:
MethodInvocationResult<T>
- All Known Implementing Classes:
AgmInvocationResponse,AgmMethodInvocationResult
public interface MethodInvocationResponse<T>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMethodInvocationResponse.Status -
Method Summary
Modifier and Type Method Description ServerMethodgetMethod()Optional<T>getReturned()MethodInvocationResponse.StatusgetStatus()
-
Method Details
-
getMethod
ServerMethod getMethod() -
getReturned
-
getStatus
MethodInvocationResponse.Status getStatus()
-