@FunctionalInterface
public interface ControlledFragmentHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
ControlledFragmentHandler.Action |
| Modifier and Type | Method and Description |
|---|---|
ControlledFragmentHandler.Action |
onFragment(org.agrona.DirectBuffer buffer,
int offset,
int length,
Header header)
Callback for handling fragments of data being read from a log.
|
ControlledFragmentHandler.Action onFragment(org.agrona.DirectBuffer buffer, int offset, int length, Header header)
buffer - containing the data.offset - at which the data begins.length - of the data in bytes.header - representing the meta data for the data.Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.