enableMessageOrdering

@JvmName(name = "arlbsyjtjibsbnds")
suspend fun enableMessageOrdering(value: Output<Boolean>)
@JvmName(name = "bmoqglprpvreoisp")
suspend fun enableMessageOrdering(value: Boolean?)

Parameters

value

If true, messages published with the same ordering_key in PubsubMessage will be delivered to the subscribers in the order in which they are received by the Pub/Sub system. Otherwise, they may be delivered in any order.