@FunctionalInterface
public interface FragmentHandler
Modifier and Type | Method and Description |
---|---|
void |
onFragment(org.agrona.DirectBuffer buffer,
int offset,
int length,
Header header)
Callback for handling fragments of data being read from a log.
|
void 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.