Class: RuoteStomp::Participant

Inherits:
ParticipantProxy show all
Defined in:
lib/ruote-stomp/participant.rb

Overview

Kept for backward compatibility.

You should use RuoteStomp::ParticipantProxy.

Instance Method Summary collapse

Methods inherited from ParticipantProxy

#cancel, #consume, #do_not_thread, #stop

Constructor Details

#initialize(options) ⇒ Participant

Returns a new instance of Participant.



203
204
205
206
207
208
209
# File 'lib/ruote-stomp/participant.rb', line 203

def initialize(options)
  puts '=' * 80
  puts "RuoteStomp::Participant will be deprecated soon (2.1.12)"
  puts "please use RuoteStomp::ParticipantProxy instead"
  puts '=' * 80
  super
end