public class FutureReplyCallback extends FutureCallback<Reply> implements ReplyCallback
FutureCallback that also implements
the ReplyCallback interface.LOG, SPIN_TIME_NS| Constructor and Description |
|---|
FutureReplyCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLightWeight()
Returns true if the callback is lightweight and can be safely performed
in the receive thread.
|
addListener, callback, cancel, exception, execute, get, get, isCancelled, isDonepublic boolean isLightWeight()
Overridden to return true.
isLightWeight in interface ReplyCallbackCopyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.