class
Movie::Persistence::ProjectionRunner
- Movie::Persistence::ProjectionRunner
- Reference
- Object
Overview
Bounded, restartable projection step. The checkpoint advances only after the handler returns, so a crash can redeliver but cannot skip an event.
Defined in:
movie/persistence/runtime.crConstructors
Instance Method Summary
Constructor Detail
def self.new(database : Movie::DatabaseExtension, name : String, page_size : Int32 = 100, persistence_id : String | Nil = nil)
#