public abstract class CloseFuture extends AbstractFuture<Void>
force()
method that can be used to expedite the shutdown
process (see below).
Note that this class implements Guava's ListenableFuture
and can so be used with Guava's future utilities.Modifier and Type | Method and Description |
---|---|
abstract CloseFuture |
force()
Try to force the completion of the shutdown this is a future of.
|
addListener, cancel, get, get, interruptTask, isCancelled, isDone, set, setException, setFuture, wasInterrupted
public abstract CloseFuture force()
CloseFuture
.Copyright © 2012–2017. All rights reserved.