# Functions
MergePublisherOptions combines the given PublisherOptions instances into a single PublisherOptions in a last-one-wins fashion.
MergeSubscriptionOptions combines the given SubscriptionOptions instances into a single SubscriptionOptions in a last-one-wins fashion.
No description provided by the author
No description provided by the author
# Constants
Exclusive there can be only 1 consumer on the same topic with the same subscription name.
Failover subscription mode, multiple consumer will be able to use the same subscription name but only 1 consumer will receive the messages.
KeyShared subscription mode, multiple consumer will be able to use the same subscription and all messages with the same key will be dispatched to only one consumer.
Shared subscription mode, multiple consumer will be able to use the same subscription name and the messages will be dispatched according to a round-robin rotation between the connected consumers.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
SubscriptionType of subscription supported by most messaging systems.