class Restforce::Client
def subscribe(channel, &block)
block - A block to run when a new message is received.
channel - The name of the PushTopic channel to subscribe to.
Public: Subscribe to a PushTopic
def subscribe(channel, &block) faye.subscribe "/topic/#{channel}", &block end