ActionCable::Channel::ChannelStub (original) (raw)
Action Cable Channel Stub
Stub stream_from to track streams for the channel. Add public aliases for subscription_confirmation_sent?
and subscription_rejected?
.
Methods
C
R
S
Instance Public methods
confirmed?()Link
def confirmed? subscription_confirmation_sent? end
start_periodic_timers()Link
Make periodic timers no-op
stop_all_streams()Link
stop_periodic_timers()Link
stream_from(broadcasting, *)Link
def stream_from(broadcasting, *) streams << broadcasting end