public class ReplyFutureCallback<T> extends java.lang.Object implements ReplyCallback<T>
Constructor and Description |
---|
ReplyFutureCallback() |
Modifier and Type | Method and Description |
---|---|
T |
get(long timeout) |
void |
onError(BamError error) |
void |
onReply(T result) |
public void onReply(T result)
onReply
in interface ReplyCallback<T>
public void onError(BamError error)
onError
in interface ReplyCallback<T>
public T get(long timeout)