public interface ChronicleReaderPlugin
ChronicleReader.
Particularly useful when you need more than the text representation e.g.
when your queue is written in binary.| Modifier and Type | Method and Description |
|---|---|
void |
onReadDocument(net.openhft.chronicle.wire.DocumentContext dc) |
default void |
onReadDocument(net.openhft.chronicle.wire.DocumentContext dc,
Consumer<String> messageConsumer)
Consume dc and allow it to be given back to ChronicleReader so it could e.g.
|
void onReadDocument(net.openhft.chronicle.wire.DocumentContext dc)
default void onReadDocument(net.openhft.chronicle.wire.DocumentContext dc,
Consumer<String> messageConsumer)
dc - doc contextmessageConsumer - use this to pass back text representationCopyright © 2021. All rights reserved.