Configuration to be used by the client for the specified ReliableTopic.

Hierarchy

  • ReliableTopicConfig

Properties

overloadPolicy?: TopicOverloadPolicy

Policy to handle an overloaded topic. Available values are DISCARD_OLDEST, DISCARD_NEWEST, BLOCK and ERROR. By default, set to BLOCK.

readBatchSize?: number

Minimum number of messages that Reliable Topic tries to read in batches. By default, set to 10.

Generated using TypeDoc