public interface MethodReader
extends net.openhft.chronicle.core.io.Closeable
Modifier and Type | Field and Description |
---|---|
static String |
HISTORY |
static int |
MESSAGE_HISTORY_METHOD_ID |
Modifier and Type | Method and Description |
---|---|
MethodReader |
closeIn(boolean closeIn)
Call close on the input when closed
|
MethodReaderInterceptorReturns |
methodReaderInterceptorReturns() |
boolean |
readOne()
Moves the queue to read a message if there is one.
|
static final String HISTORY
static final int MESSAGE_HISTORY_METHOD_ID
MethodReaderInterceptorReturns methodReaderInterceptorReturns()
boolean readOne() throws net.openhft.chronicle.core.util.InvocationTargetRuntimeException, IllegalStateException, BufferUnderflowException
InvocationTargetRuntimeException
and thrown.net.openhft.chronicle.core.util.InvocationTargetRuntimeException
- if the receiver (target method) throwsIllegalStateException
BufferUnderflowException
MethodReader closeIn(boolean closeIn)
Copyright © 2022. All rights reserved.