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 Reader
public InternalChronicleReader withBasePath(@NotNull @NotNull Path path)
withBasePath
in interface Reader
public InternalChronicleReader withInclusionRegex(@NotNull @NotNull String regex)
withInclusionRegex
in interface Reader
public InternalChronicleReader withExclusionRegex(@NotNull @NotNull String regex)
withExclusionRegex
in interface Reader
public InternalChronicleReader withCustomPlugin(@NotNull @NotNull ChronicleReaderPlugin customPlugin)
withCustomPlugin
in interface Reader
public InternalChronicleReader withStartIndex(long index)
withStartIndex
in interface Reader
public InternalChronicleReader tail()
public InternalChronicleReader historyRecords(long maxHistoryRecords)
historyRecords
in interface Reader
public InternalChronicleReader asMethodReader(String methodReaderInterface)
asMethodReader
in interface Reader
public InternalChronicleReader withWireType(@NotNull @NotNull net.openhft.chronicle.wire.WireType wireType)
withWireType
in interface Reader
public InternalChronicleReader suppressDisplayIndex()
suppressDisplayIndex
in interface Reader
protected void applyFiltersAndLog(String text, long index)
Copyright © 2021. All rights reserved.