Enumeration InboundTopicAliasBehaviorType

An enumeration that controls whether or not the client allows the broker to send publishes that use topic aliasing.

Topic alias behavior is described in https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901113

Enumeration Members

Enumeration Members

Default: 0

Maps to Disabled. This keeps the client from being broken (by default) if the broker topic aliasing implementation has a problem.

Disabled: 2

Forbid the server from sending PUBLISH packets to the client that use topic aliasing

Enabled: 1

Allow the server to send PUBLISH packets to the client that use topic aliasing

Generated using TypeDoc