Class: LogStash::Outputs::WebSocket::App

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/logstash/outputs/websocket_topics/app.rb

Instance Method Summary collapse

Constructor Details

#initialize(channels, logger) ⇒ App

Returns a new instance of App.



10
11
12
13
# File 'lib/logstash/outputs/websocket_topics/app.rb', line 10

def initialize(channels, logger)
  @channels = channels
  @logger = logger
end