public interface MethodReader
extends net.openhft.chronicle.core.io.Closeable
Modifier and Type | Method and Description |
---|---|
MethodReader |
closeIn(boolean closeIn)
Call close on the input when closed
|
default boolean |
lazyReadOne()
Does a quick read which is simpler but might not read the next message.
|
MethodReaderInterceptorReturns |
methodReaderInterceptorReturns() |
boolean |
readOne()
Moves the queue to read a message if there is one, but is more expensive
|
static final String HISTORY
MethodReaderInterceptorReturns methodReaderInterceptorReturns()
boolean readOne()
default boolean lazyReadOne()
MethodReader closeIn(boolean closeIn)
Copyright © 2020. All rights reserved.