Method: EntitySnapshot::Postgres::ReadOnly#configure

Defined in:
lib/entity_snapshot/postgres/read_only.rb

#configure(session: nil) ⇒ Object


21
22
23
24
# File 'lib/entity_snapshot/postgres/read_only.rb', line 21

def configure(session: nil)
  MessageStore::Postgres::Session.configure(self, session: session)
  MessageStore::Postgres::Get::Stream::Last.configure(self, session: self.session, attr_name: :read)
end