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