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() |
reactor.core.publisher.Mono<Boolean> |
shutdown() |
public reactor.core.publisher.Mono<Boolean> shutdown()
shutdown in interface ShutdownHookpublic boolean isShutdown()
isShutdown in interface ShutdownHookCopyright © 2021 Couchbase, Inc.. All rights reserved.