public interface FatalFailureMonitor
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
static FatalFailureMonitor |
NO_OP
A no-op implementation
|
| Modifier and Type | Method and Description |
|---|---|
default void |
onFatalFailure(@Nullable String name,
String message)
called if all the connection attempts/(and/or timeouts) determined by the connection strategy has been exhausted
|
static final org.slf4j.Logger LOG
static final FatalFailureMonitor NO_OP
Copyright © 2023. All rights reserved.