@FunctionalInterface
public static interface BufferConfiguration.DataHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onData(int numberOfBytes)
Invoked whenever the bytes from a value are processed, regardless of whether the bytes are buffered or
skipped due to the value being oversized.
|