ControlledFlow

data class ControlledFlow(val active: Boolean)

Send a flow message to broker to start or stop sending messages to consumers. Warning: Not supported by all brokers.

Constructors

Link copied to clipboard
constructor(active: Boolean)

Properties

Link copied to clipboard

Flow enabled or disabled.