export declare class PubSubRedisBroker<TEvents extends Record<string, any>> extends BaseRedisBroker<TEvents> implements IPubSubBroker<TEvents>
PubSub broker powered by Redis
protectedboolean listening :
Whether this broker is currently polling events
Inherited from: BaseRedisBroker
protectedreadonlyRequired<RedisBrokerOptions> options :
Options this broker is using
Inherited from: BaseRedisBroker
protectedreadonlyRedis redisClient :
Inherited from: BaseRedisBroker
Used for Redis queues, see the 3rd argument taken by xadd
Inherited from: BaseRedisBroker
protectedreadonlyRedis streamReadClient :
Internal copy of the Redis client being used to read incoming payloads
Inherited from: BaseRedisBroker
Events this broker has subscribed to
Inherited from: BaseRedisBroker
Destroys the broker, closing all connections
Inherited from: BaseRedisBroker
Begins polling for events, firing them to listen
Inherited from: BaseRedisBroker
Publishes an event
Subscribes to the given events
Inherited from: BaseRedisBroker
Unsubscribes from the given events
Inherited from: BaseRedisBroker