Module: Consumer::Postgres::Controls::Category::Position
- Defined in:
- lib/consumer/postgres/controls/category.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/consumer/postgres/controls/category.rb', line 8 def self.example category = Controls::Category.example type = 'position' MessageStore::StreamName.stream_name(category, type: type) end |