public class UpdateableCancellableFuture<V> extends SignalRFuture<V>
Constructor and Description |
---|
UpdateableCancellableFuture(SignalRFuture<?> token) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the operation
|
void |
setFuture(SignalRFuture<?> token) |
cancel, done, errorWasTriggered, get, get, isCancelled, isDone, onCancelled, onError, setResult, triggerError
public UpdateableCancellableFuture(SignalRFuture<?> token)
public void cancel()
SignalRFuture
cancel
in class SignalRFuture<V>
public void setFuture(SignalRFuture<?> token)