Interface ErrorNotifier

All Superinterfaces:
AutoCloseable, Serializable
All Known Implementing Classes:
ErrorNotifierImpl, ErrorNotifierShutdownServiceImpl

public interface ErrorNotifier extends Serializable, AutoCloseable
  • Method Details

    • triggerError

      void triggerError(Throwable th)
    • waitForError

      void waitForError() throws Exception
      Throws:
      Exception
    • close

      void close()
      Specified by:
      close in interface AutoCloseable
    • getDefaultImpl

      static ErrorNotifier getDefaultImpl()
    • getShutdownServiceImpl

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