public interface ErrorNotifier extends Serializable, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static ErrorNotifier |
getDefaultImpl() |
static ErrorNotifier |
getShutdownServiceImpl(org.apache.pulsar.zookeeper.ZooKeeperSessionWatcher.ShutdownService shutdownService) |
void |
triggerError(Throwable th) |
void |
waitForError() |
void triggerError(Throwable th)
void close()
close in interface AutoCloseablestatic ErrorNotifier getDefaultImpl()
static ErrorNotifier getShutdownServiceImpl(org.apache.pulsar.zookeeper.ZooKeeperSessionWatcher.ShutdownService shutdownService)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.