@Deprecated @FunctionalInterface public interface ExceptionHandlerStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExceptionHandlerStrategy.LogAndRemove
Deprecated.
|
static class |
ExceptionHandlerStrategy.LogDontRemove
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
IMPL_PROPERTY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(net.openhft.chronicle.core.threads.EventLoop eventLoop,
net.openhft.chronicle.core.threads.EventHandler eventHandler,
Throwable t)
Deprecated.
|
static ExceptionHandlerStrategy |
strategy()
Deprecated.
|
static final String IMPL_PROPERTY
static ExceptionHandlerStrategy strategy()
boolean handle(net.openhft.chronicle.core.threads.EventLoop eventLoop,
net.openhft.chronicle.core.threads.EventHandler eventHandler,
Throwable t)
Copyright © 2023. All rights reserved.