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
/
RecordProcessor
Record
Processor
fun
interface
RecordProcessor
<
in
M
>
Members
Functions
process
Records
Link copied to clipboard
abstract
suspend
fun
processRecords
(
records
:
List
<
Log.Record
<
M
>
>
)