public interface TransportResponseHandler<T extends TransportResponse>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
executor() |
void |
handleException(TransportException exp) |
void |
handleResponse(T response) |
T |
newInstance()
creates a new instance of the return type from the remote call.
|
T newInstance()
void handleResponse(T response)
void handleException(TransportException exp)
java.lang.String executor()