instance method
subscribe
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
subscribe(channel, message_callback, success_callback = nil)
No documentation comment.
Parameters
-
channelreq -
message_callbackreq -
success_callbackopt = nil
Source
# File actioncable/lib/action_cable/subscription_adapter/base.rb, line 19
def subscribe(channel, message_callback, success_callback = nil)
raise NotImplementedError
end
Defined in actioncable/lib/action_cable/subscription_adapter/base.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::SubscriptionAdapter::Base