public interface ITerminableFuture<E> extends IFuture<E>, IBackwardCommandFuture
Modifier and Type | Method and Description |
---|---|
void |
terminate()
Terminate the future.
|
void |
terminate(Exception reason)
Terminate the future and supply a custom reason.
|
addResultListener, get, get, get, get, getException, isDone
sendBackwardCommand
void terminate()
void terminate(Exception reason)
Copyright © 2013. All Rights Reserved.