module Consumer::Postgres::Controls::Category::Position

Public Class Methods

example() click to toggle source
# 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