Interface IMqttClientMessageIdGenerator

All Known Implementing Classes:
DefaultMqttClientMessageIdGenerator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IMqttClientMessageIdGenerator
mqtt client messageId 生成器
Author:
L.cm
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    获取 messageId
  • Method Details

    • getId

      int getId()
      获取 messageId
      Returns:
      messageId