Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPubMaxQos ¶
func GetPubMaxQos() uint8
func GetRootContext ¶
Types ¶
type Broker ¶
type Broker struct {
ConnectAckProperty
}
type ConnectAckProperty ¶
type ConnectAckProperty struct { SessionExpired string `json:"session_expired"` ReceiveMaximum int `json:"receive_maximum"` MaxQos int `json:"max_qos"` RetainAvailable bool `json:"retain_available"` MaximumPacketSize int `json:"maximum_packet_size"` TopicAliasMaximum int `json:"topic_alias_maximum"` WildcardSubscriptionAvailable bool `json:"wildcard_subscription_available"` SubscriptionIdentifierAvailable bool `json:"subscription_identifier_available"` ServerKeepAlive int `json:"server_keep_alive"` ResponseInformation string `json:"response_information"` ServerReference string `json:"server_reference"` AuthenticationMethod string `json:"authentication_method"` AuthenticationData string `json:"authentication_data"` }
type Server ¶
func (Server) GetBrokerPort ¶
type TimeWheel ¶
func GetTimeWheel ¶
func GetTimeWheel() TimeWheel
func (TimeWheel) GetInterval ¶
func (TimeWheel) GetSlotNum ¶
Click to show internal directories.
Click to hide internal directories.