public interface RemotePropagatable<T extends RemotePropagatable>
Modifier and Type | Method and Description |
---|---|
Address |
getCallerAddress() |
long |
getCallId() |
Connection |
getConnection() |
ResponseHandler |
getResponseHandler() |
boolean |
isUrgent() |
void |
logError(Throwable t) |
boolean |
returnsResponse() |
T |
setResponseHandler(ResponseHandler responseHandler) |
ResponseHandler getResponseHandler()
T setResponseHandler(ResponseHandler responseHandler)
long getCallId()
boolean returnsResponse()
Connection getConnection()
boolean isUrgent()
Address getCallerAddress()
void logError(Throwable t)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.