retain

@JvmName(name = "psubwwbvdbdkawyu")
suspend fun retain(value: Output<Either<String, TopicRetainType>>)
@JvmName(name = "dxwcvxrmsakvhnhf")
suspend fun retain(value: Either<String, TopicRetainType>?)
@JvmName(name = "owxeuxovmworwhfy")
fun retain(value: String)
@JvmName(name = "hjydicrbxccwuugv")
fun retain(value: TopicRetainType)

Parameters

value

When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.