@FunctionalInterface public static interface DisruptorPool.CallbackHandler<V> extends DisruptorPool.Handler<V>
| Modifier and Type | Method and Description |
|---|---|
void |
callback(V retVal) |
exception, timeoutvoid callback(V retVal)
callback in interface DisruptorPool.Handler<V>