Enumeration Mqtt5WebsocketUrlFactoryType

Type of url to construct when establishing an MQTT5 connection over websockets

Enumeration Members

Enumeration Members

Custom: 4

Websocket connection whose url is formed by a user-supplied callback function

Sigv4: 3

Websocket connection over TLS with a handshake signed by the Aws Sigv4 signing process

Ws: 1

Websocket connection over plain-text with no additional handshake transformation

Wss: 2

Websocket connection over TLS with no additional handshake transformation

Generated using TypeDoc