The connection options.
The connection store.
ReadonlynameA human-readable name (e.g. 'memory', 'redis').
ReadonlystoreThe connection store.
Optionalpayload: TStaticcreateCreate a memory broadcaster.
The connection options.
The connection store (defaults to an in-memory one).
A new broadcaster.
In-process broadcaster.
The zero-config default: it fans a broadcast out to local listeners subscribed to the channel (or to the
*wildcard) and to any held connection that is a member of the channel. Single process; use the Redis broadcaster to fan out across instances.