Method: Consumer::Postgres::PositionStore#get
- Defined in:
- lib/consumer/postgres/position_store.rb
#get ⇒ Object
36 37 38 39 40 41 42 43 44 |
# File 'lib/consumer/postgres/position_store.rb', line 36 def get = read.(stream_name) return nil if .nil? = Messaging::Message::Import.(, Recorded) .position end |