public interface ContentBasedLimiter
Modifier and Type | Method and Description |
---|---|
void |
configure(Reader reader)
Passed to the limiter before processing begins, can be used to provide parameters to it
|
boolean |
shouldHaltReading(net.openhft.chronicle.wire.DocumentContext documentContext)
Should the ChronicleReader stop processing messages?
|
boolean shouldHaltReading(net.openhft.chronicle.wire.DocumentContext documentContext)
documentContext
- The next message to be processedvoid configure(Reader reader)
The limiter should make use of Reader.limiterArg()
to convey parameters
reader
- The Reader about to be executedCopyright © 2022. All rights reserved.