net.sigusr.mqtt.api

Members list

Keywords
  • no keywords
  • case
  • sealed

Type members

Classlikes

enum ConnectionFailureReason(val value: Int)

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ConnectionState

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Connected.type
class Connecting
object Disconnected.type
class Error
object SessionStarted.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Errors extends NoStackTrace

Attributes

Companion
object
Supertypes
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object ProtocolError.type
object Errors

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Errors.type
sealed case class Message(topic: String, payload: Vector[Byte])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait PredefinedRetryPolicy

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConstantDelay.type
object ExponentialBackoff.type
object FibonacciBackoff.type
object FullJitter.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
enum QualityOfService(val value: Int)

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait RetryConfig[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Custom[F]
class Predefined[F]
object RetryConfig

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Session[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Session

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Session.type
sealed case class SessionConfig(clientId: String, keepAlive: Int, cleanSession: Boolean, will: Option[Will], user: Option[String], password: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed case class TLSConfig[F[_]](tlsContextKind: TLSContextKind, tlsParameters: TLSParameters)(implicit evidence$1: Async[F])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TLSConfig

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
TLSConfig.type
sealed trait TLSContextKind

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Insecure.type
object System.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class TransportConfig[F[_]](host: Host, port: Port, tlsConfig: Option[TLSConfig[F]], readTimeout: Option[FiniteDuration], writeTimeout: Option[FiniteDuration], retryConfig: RetryConfig[F], numReadBytes: Int, traceMessages: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed case class Will(retain: Boolean, qos: QualityOfService, topic: String, message: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all