Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.93 KB

File metadata and controls

59 lines (36 loc) · 1.93 KB

MQContract.HiveMQ

Contents

Connection type

Namespace

MQContract.HiveMQ

Summary

This is the MessageServiceConnection implementation for using HiveMQ

#ctor(clientOptions) constructor

Summary

Default constructor that requires the HiveMQ client options settings to be provided

Parameters
Name Type Description
clientOptions HiveMQtt.Client.Options.HiveMQClientOptions The required client options to connect to the HiveMQ instance

Client property

Summary

Houses the underlying HiveMQ client that is being used by the connection

DefaultTimeout property

Summary

The default timeout to allow for a Query Response call to execute, defaults to 1 minute

ConnectionFailedException type

Namespace

MQContract.HiveMQ

Summary

Thrown when the service connection is unable to connect to the HiveMQTT server