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(@Nullable @Nullable String methodReaderInterface)
methodReaderInterface
- interface class name. If null, a dummy reader is created
TODO: x.23 this argument will become @NonNullReader 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 © 2022. All rights reserved.