Method: StompOut::Server#on_message
- Defined in:
- lib/stomp_out/server.rb
#on_message(frame, destination, message, content_type) ⇒ TrueClass
Handle delivery of message from client to given destination
178 179 180 |
# File 'lib/stomp_out/server.rb', line 178 def (frame, destination, , content_type) raise "Not implemented" end |