EventBus::Event
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(timestamp : Time, schema : String, table : String, action : Action, id : JSON::Any, data : String, changes : String | Nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
action
changes
clone
Sourcecopy_with(timestamp _timestamp = @timestamp, schema _schema = @schema, table _table = @table, action _action = @action, id _id = @id, data _data = @data, changes _changes = @changes)
Sourcedata
id
schema
table
timestamp