Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api.log
/
Log
/
TailSpec
Tail
Spec
data
class
TailSpec
<
M
>
(
val
afterMsgId
:
MessageId
,
val
processor
:
Log.RecordProcessor
<
M
>
)
Members
Constructors
Tail
Spec
Link copied to clipboard
constructor
(
afterMsgId
:
MessageId
,
processor
:
Log.RecordProcessor
<
M
>
)
Properties
after
Msg
Id
Link copied to clipboard
val
afterMsgId
:
MessageId
processor
Link copied to clipboard
val
processor
:
Log.RecordProcessor
<
M
>