| Constructor and Description |
|---|
ChronicleReader() |
public boolean readOne(@NotNull
@NotNull QueueEntryHandler messageConverter,
@NotNull
@NotNull ExcerptTailer tailer,
@NotNull
@NotNull Consumer<String> messageConsumer)
public ChronicleReader withReadOnly(boolean readOnly)
public ChronicleReader withMessageSink(@NotNull @NotNull Consumer<String> messageSink)
withMessageSink in interface Readerpublic ChronicleReader withBasePath(@NotNull @NotNull Path path)
withBasePath in interface Readerpublic ChronicleReader withInclusionRegex(@NotNull @NotNull String regex)
withInclusionRegex in interface Readerpublic ChronicleReader withExclusionRegex(@NotNull @NotNull String regex)
withExclusionRegex in interface Readerpublic ChronicleReader withCustomPlugin(@NotNull @NotNull ChronicleReaderPlugin customPlugin)
withCustomPlugin in interface Readerpublic ChronicleReader withStartIndex(long index)
withStartIndex in interface Readerpublic ChronicleReader tail()
public ChronicleReader historyRecords(long maxHistoryRecords)
historyRecords in interface Readerpublic ChronicleReader asMethodReader(String methodReaderInterface)
asMethodReader in interface Readerpublic ChronicleReader withBinarySearch(@NotNull @NotNull String binarySearchClass)
withBinarySearch in interface Readerpublic ChronicleReader withArg(String arg)
public ChronicleReader withWireType(@NotNull @NotNull net.openhft.chronicle.wire.WireType wireType)
withWireType in interface Readerpublic ChronicleReader suppressDisplayIndex()
suppressDisplayIndex in interface Readerpublic Class<?> methodReaderInterface()
methodReaderInterface in interface Readerpublic ChronicleReader withDocumentPollMethod(Function<ExcerptTailer,net.openhft.chronicle.wire.DocumentContext> pollMethod)
protected void applyFiltersAndLog(String text, long index)
Copyright © 2021. All rights reserved.