Tagged

data class Tagged(val tag: String) : WriteAcknowledgment(source)

Requests acknowledgment from members tagged with tag.

External resources

See also

Specify this option.

Constructors

Link copied to clipboard
constructor(tag: String)

Properties

Link copied to clipboard
val tag: String