SubscriberMessageDropStrategy type
The enum defining strategies for dropping messages from the subscriber queue.
KnownSubscriberMessageDropStrategy can be used interchangeably with SubscriberMessageDropStrategy,
this enum contains the known values that the service supports.
Known values supported by the service
None: Messages are never dropped.
DropOldest: The oldest message is dropped.
type SubscriberMessageDropStrategy = string