Subscription - Bulk
Bulk objects are published to listeners of mixed read/subscribe operations. Like Record Update, Bulk
is a sealed Kotlin class. It has the following class hierarchy:
Bulk
Bulk.Prime
Bulk.Prime.Record
Bulk.Prime.Complete
Bulk.Update
Bulk.Update.Insert
Bulk.Update.Delete
Bulk.Update.Modify
A bulk flow always follows this sequence:
- 0 or more
Bulk.Prime.Record
- 1
Bulk.Prime.Complete
- 0 or more
Bulk.Update
subtypes