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:
BulkBulk.PrimeBulk.Prime.RecordBulk.Prime.Complete
Bulk.UpdateBulk.Update.InsertBulk.Update.DeleteBulk.Update.Modify
A bulk flow always follows this sequence:
- 0 or more
Bulk.Prime.Record - 1
Bulk.Prime.Complete - 0 or more
Bulk.Updatesubtypes