Interface MethodInvocationResponse<T>
-
- All Known Subinterfaces:
MethodInvocationResult<T>
public interface MethodInvocationResponse<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMethodInvocationResponse.Status
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerMethodgetMethod()Optional<T>getReturned()MethodInvocationResponse.StatusgetStatus()
-
-
-
Method Detail
-
getMethod
ServerMethod getMethod()
-
getStatus
MethodInvocationResponse.Status getStatus()
-
-