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 Summary

    Modifier and Type
    Method
    Description
    boolean
     
    reactor.core.publisher.Mono<Boolean>
     
  • Method Details

    • shutdown

      reactor.core.publisher.Mono<Boolean> shutdown()
    • isShutdown

      boolean isShutdown()