StompService constructor

StompService(
  1. Host _host, {
  2. StompServiceOptions? options,
})

Implementation

StompService(this._host, {StompServiceOptions? options})
    : _options = options ?? StompServiceOptions();