public interface Reader
void execute()
void stop()
Reader withCustomPlugin(@NotNull @NotNull ChronicleReaderPlugin customPlugin)
Reader withStartIndex(long index)
ChronicleReader withContentBasedLimiter(ContentBasedLimiter contentBasedLimiter)
Reader tail()
Reader historyRecords(long maxHistoryRecords)
Reader asMethodReader(@NotNull @NotNull String methodReaderInterface)
methodReaderInterface
- interface class name. If empty, a dummy reader is createdReader withWireType(@NotNull @NotNull net.openhft.chronicle.wire.WireType wireType)
Reader suppressDisplayIndex()
Reader showMessageHistory(boolean showMessageHistory)
String arg()
String limiterArg()
Class<?> methodReaderInterface()
static Reader create()
Copyright © 2023. All rights reserved.