class Event
- Event
- Reference
- Object
Included Modules
- DB::Mappable
- DB::Serializable
- JSON::Serializable
Defined in:
event.crConstructors
- .new(streamName : String, eventData : JSON::Any)
- .new(pull : JSON::PullParser)
- .new(rs : DB::ResultSet)
Class Method Summary
- .by_id(id : UUID, db : DB::Database)
- .by_id?(id : UUID, db : DB::Database)
- .from_rs(rs : DB::ResultSet)
Instance Method Summary
- #at : Time
- #at=(at : Time)
- #eventData : JSON::Any
- #eventData=(eventData : JSON::Any)
- #id : UUID
- #id=(id : UUID)
- #persist(db : DB::Database)
- #processing : Bool
- #processing=(processing : Bool)
- #streamName : String
- #streamName=(streamName : String)