public static interface DisruptorPool.Handler<V>
| Modifier and Type | Method and Description |
|---|---|
default void |
callback(V retVal) |
default boolean |
exception(java.lang.Exception exception) |
default void |
timeout(java.lang.Thread thread) |
default boolean exception(java.lang.Exception exception)
default void callback(V retVal)
default void timeout(java.lang.Thread thread)