Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • ReliableTopicConfig

Index

Properties

Optional overloadPolicy

overloadPolicy: TopicOverloadPolicy

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

Optional readBatchSize

readBatchSize: number

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

Generated using TypeDoc