ReceptionistOptionsType
Este conteúdo não está disponível em sua língua ainda.
ReceptionistOptionsType =
object
Defined in: src/discovery/ReceptionistOptions.ts:13
Plain options-object shape accepted by a Receptionist.
Properties
Section titled “Properties”cluster?
Section titled “cluster?”
readonlyoptionalcluster?:Cluster|null
Defined in: src/discovery/ReceptionistOptions.ts:14
gossipIntervalMs?
Section titled “gossipIntervalMs?”
readonlyoptionalgossipIntervalMs?:number
Defined in: src/discovery/ReceptionistOptions.ts:15
maxSubscribersPerKey?
Section titled “maxSubscribersPerKey?”
readonlyoptionalmaxSubscribersPerKey?:number
Defined in: src/discovery/ReceptionistOptions.ts:20
Most subscribers one service key may hold. A Subscribe beyond it is
answered with SubscribeRejected instead of growing the set.
maxSubscribersTotal?
Section titled “maxSubscribersTotal?”
readonlyoptionalmaxSubscribersTotal?:number
Defined in: src/discovery/ReceptionistOptions.ts:22
Most subscribers this receptionist may hold across all keys together.
