Class ErrorNotifierShutdownServiceImpl
java.lang.Object
org.apache.pulsar.functions.worker.ErrorNotifierShutdownServiceImpl
- All Implemented Interfaces:
Serializable,AutoCloseable,ErrorNotifier
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorNotifierShutdownServiceImpl(org.apache.pulsar.broker.ShutdownService shutdownService) -
Method Summary
-
Constructor Details
-
ErrorNotifierShutdownServiceImpl
public ErrorNotifierShutdownServiceImpl(org.apache.pulsar.broker.ShutdownService shutdownService)
-
-
Method Details
-
triggerError
- Specified by:
triggerErrorin interfaceErrorNotifier
-
waitForError
- Specified by:
waitForErrorin interfaceErrorNotifier- Throws:
Exception
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceErrorNotifier
-