Interface ErrorNotifier

    • Method Detail

      • triggerError

        void triggerError​(java.lang.Throwable th)
      • waitForError

        void waitForError()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • close

        void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • getShutdownServiceImpl

        static ErrorNotifier getShutdownServiceImpl​(org.apache.pulsar.broker.ShutdownService shutdownService)