Interface ShutdownHook
- All Known Implementing Classes:
NoOpShutdownHook
public interface ShutdownHook
Interface to describe shutdown behavior for a resource that
can be asynchronously shut down.
-
Method Details
-
shutdown
reactor.core.publisher.Mono<Boolean> shutdown() -
isShutdown
boolean isShutdown()
-