Package deltix.qsrv.hf.tickdb.pub.query
Interface TypedMessageSource
-
- All Known Subinterfaces:
InstrumentMessageSource
,MessageInfo
,TickCursor
,UniqueQuoteCursor
- All Known Implementing Classes:
AbstractMessageReader
,InstrumentMessageSourceAdapter
,LimitedInstrumentMessageSource
,MessageInfoBuffer
,MessageReader2
,SubscriptionManagerWrapper
,TickCursorAdapter
,TickCursorClientAeron
,TickCursorClientAeronMulticast
public interface TypedMessageSource
Message source with indication of current type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordClassDescriptor
getCurrentType()
Returns the type of the current message.int
getCurrentTypeIndex()
Returns the type index of the current message.
-
-
-
Method Detail
-
getCurrentTypeIndex
int getCurrentTypeIndex()
Returns the type index of the current message.- Returns:
- The current message type index.
-
getCurrentType
RecordClassDescriptor getCurrentType()
Returns the type of the current message.- Returns:
- The current message type.
-
-