public abstract class CloseFuture extends com.google.common.util.concurrent.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.
|
public abstract CloseFuture force()
CloseFuture
.