Class: Anschel::Input::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/anschel/input/base.rb

Direct Known Subclasses

Kafka, RabbitMQ

Instance Method Summary collapse

Instance Method Details

#stopObject



4
5
6
# File 'lib/anschel/input/base.rb', line 4

def stop
  raise 'To be implemented'
end