LiteSubscriptionDeliveryConfig

data class LiteSubscriptionDeliveryConfig(val deliveryRequirement: String)

Constructors

Link copied to clipboard
constructor(deliveryRequirement: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When this subscription should send messages to subscribers relative to messages persistence in storage. Possible values are: DELIVER_IMMEDIATELY, DELIVER_AFTER_STORED, DELIVERY_REQUIREMENT_UNSPECIFIED.