| Constructor and Description |
|---|
InternalChronicleReader() |
public boolean readOne(@NotNull
@NotNull QueueEntryHandler messageConverter,
@NotNull
@NotNull ExcerptTailer tailer,
@NotNull
@NotNull Consumer<String> messageConsumer)
public InternalChronicleReader withMessageSink(@NotNull @NotNull Consumer<? super String> messageSink)
withMessageSink in interface Readerpublic InternalChronicleReader withBasePath(@NotNull @NotNull Path path)
withBasePath in interface Readerpublic InternalChronicleReader withInclusionRegex(@NotNull @NotNull String regex)
withInclusionRegex in interface Readerpublic InternalChronicleReader withExclusionRegex(@NotNull @NotNull String regex)
withExclusionRegex in interface Readerpublic InternalChronicleReader withCustomPlugin(@NotNull @NotNull ChronicleReaderPlugin customPlugin)
withCustomPlugin in interface Readerpublic InternalChronicleReader withStartIndex(long index)
withStartIndex in interface Readerpublic InternalChronicleReader tail()
public InternalChronicleReader historyRecords(long maxHistoryRecords)
historyRecords in interface Readerpublic InternalChronicleReader asMethodReader(String methodReaderInterface)
asMethodReader in interface Readerpublic InternalChronicleReader withWireType(@NotNull @NotNull net.openhft.chronicle.wire.WireType wireType)
withWireType in interface Readerpublic InternalChronicleReader suppressDisplayIndex()
suppressDisplayIndex in interface Readerprotected void applyFiltersAndLog(String text, long index)
Copyright © 2021. All rights reserved.