Class: Wamp::Manager::InvocationEvent
- Defined in:
- lib/wamp/manager/hello_event.rb
Overview
Invocation Message Decorator
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#auth, #authenticate, constantize, demodulize, #emit_event, #initialize, instance_from, #on_message, #run, #transmit
Constructor Details
This class inherits a constructor from Wamp::Manager::Base
Instance Method Details
#emit_event_name ⇒ Object
258 259 260 |
# File 'lib/wamp/manager/hello_event.rb', line 258 def emit_event_name "registration_#{registration_id}" end |