class Base
Ruby on Rails 8.1.2
Since v5.2.8.1Action Cable Server Base
A singleton ActionCable::Server instance is available via ActionCable.server. It’s used by the Rack process that starts the Action Cable server, but is also used by the user to reach the RemoteConnections object, which is used for finding and disconnecting connections across all servers.
Also, this is the server instance used for broadcasting. See Broadcasting for more information.
Inherits from
Includes
Attributes
Methods (defined here)
- # call
- # connection_identifiers
- # disconnect
- # event_loop
- # pubsub
- # remote_connections
- # restart
- # worker_pool
- self. logger
- self. new
Methods (inherited)
From ActionCable::Server::Broadcasting (2)
From Object (17)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with
- # with_options
From ActiveSupport::NumericWithFormat (2)
- # to_formatted_s
- # to_fs