OmnyShellHub constructor

OmnyShellHub(
  1. HubConfig config
)

Creates a hub from config.

Implementation

OmnyShellHub(this.config)
  : broker = HubBroker(
      authenticator: config.authenticator,
      authorizer: config.authorizer,
      clock: config.clock,
      heartbeatTimeout: config.heartbeatTimeout,
      logger: config.logger,
    );