interface RPCRedisBrokerOptions
extends
RedisBrokerOptionsexport interface RPCRedisBrokerOptions extends RedisBrokerOptionsOptions specific for an RPC Redis broker
optionalblockTimeout? : number
How long to block for messages when polling
Inherited from: RedisBrokerOptions
Function to use for decoding messages
Inherited from: BaseBrokerOptions
Function to use for encoding messages
Inherited from: BaseBrokerOptions
group : string
Consumer group name to use for this broker
Inherited from: RedisBrokerOptions
See also: https://redis.io/commands/xreadgroup/
optionalname? : string
Unique consumer name.
Inherited from: RedisBrokerOptions
See also: https://redis.io/commands/xreadgroup/