Module: Rimless::Consumer

Extended by:
ActiveSupport::Concern
Included in:
Rimless
Defined in:
lib/rimless/consumer.rb

Overview

A rimless top-level concern which adds lean access to the consumer application.

Class Method Summary collapse

Class Method Details

.consumerRimless::ConsumerApp

A simple shortcut to fetch the Karafka consumer application.

Returns:



201
202
203
# File 'lib/rimless/consumer.rb', line 201

def consumer
  ConsumerApp.initialize!
end