@FunctionalInterface public interface ExceptionHandlerStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExceptionHandlerStrategy.LogAndRemove |
static class |
ExceptionHandlerStrategy.LogDontRemove |
| Modifier and Type | Field and Description |
|---|---|
static String |
IMPL_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(net.openhft.chronicle.core.threads.EventLoop eventLoop,
net.openhft.chronicle.core.threads.EventHandler eventHandler,
Throwable t) |
static ExceptionHandlerStrategy |
strategy()
TODO: use a builder pattern to construct EventLoops so we don't have this system property
|
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 © 2021. All rights reserved.