public interface Reader
| Modifier and Type | Method and Description |
|---|---|
Reader |
asMethodReader(@Nullable String methodReaderInterface) |
static Reader |
create() |
void |
execute() |
Reader |
historyRecords(long maxHistoryRecords) |
boolean |
readOne(@NotNull QueueEntryHandler messageConverter,
@NotNull ExcerptTailer tailer,
@NotNull Consumer<String> messageConsumer) |
void |
stop() |
Reader |
suppressDisplayIndex() |
Reader |
tail() |
Reader |
withBasePath(@NotNull Path path) |
Reader |
withCustomPlugin(@NotNull ChronicleReaderPlugin customPlugin) |
Reader |
withExclusionRegex(@NotNull String regex) |
Reader |
withInclusionRegex(@NotNull String regex) |
Reader |
withMessageSink(@NotNull Consumer<? super String> messageSink) |
Reader |
withStartIndex(long index) |
Reader |
withWireType(@NotNull net.openhft.chronicle.wire.WireType wireType) |
void execute()
boolean readOne(@NotNull
@NotNull QueueEntryHandler messageConverter,
@NotNull
@NotNull ExcerptTailer tailer,
@NotNull
@NotNull Consumer<String> messageConsumer)
void stop()
Reader withCustomPlugin(@NotNull @NotNull ChronicleReaderPlugin customPlugin)
Reader withStartIndex(long index)
Reader tail()
Reader historyRecords(long maxHistoryRecords)
Reader withWireType(@NotNull @NotNull net.openhft.chronicle.wire.WireType wireType)
Reader suppressDisplayIndex()
static Reader create()
Copyright © 2021. All rights reserved.