public class NoOpShutdownHook extends Object implements ShutdownHook
ShutdownHook
hook that does nothing and returns true.
Constructor and Description |
---|
NoOpShutdownHook() |
Modifier and Type | Method and Description |
---|---|
boolean |
isShutdown() |
Observable<Boolean> |
shutdown() |
public Observable<Boolean> shutdown()
shutdown
in interface ShutdownHook
public boolean isShutdown()
isShutdown
in interface ShutdownHook
Copyright © 2015 Couchbase, Inc.. All rights reserved.