Method: MessageBus::Implementation#max_active_clients=

Defined in:
lib/message_bus.rb

#max_active_clients=(val) ⇒ void

This method returns an undefined value.

Parameters:

  • val (Integer)

    The number of simultaneous clients we can service; will revert to polling if we are out of slots



93
94
95
# File 'lib/message_bus.rb', line 93

def max_active_clients=(val)
  configure(max_active_clients: val)
end