All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.ditchoom.mqtt3.persistence.Subscription.kt Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.ditchoom.mqtt3.persistence

import kotlin.Long
import kotlin.String

public data class Subscription(
  public val broker_id: Long,
  public val subscribe_packet_id: Long,
  public val unsubscribe_packet_id: Long,
  public val topic_filter: String,
  public val qos: Long,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy