STOMP::IOClient
Inherits STOMP::Client < Reference < Object
Constructors
new(host, socket : IO, send_acknowledgements : Bool = true)
SourceInstance methods
close(receipt = "disconnect", headers : HTTP::Headers = HTTP::Headers.new, unceremoniously = false) : Nil
Sourceclosed?
Sourceon_error
Sourceon_receipt
Sourcerun(*args, **named) : Nil
Continuously receives messages and calls previously set callbacks until the socket is closed.
send(message : Frame) : Nil
Sourcesend_heart_beat
Source