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

com.sandinh.paho.akka.InternalMessages.scala Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.sandinh.paho.akka

import akka.actor.ActorRef

//++++ internal FSM event messages ++++//
private case object Connect
private case object Connected
private case object Disconnected
/** @param ref the subscriber actor: Subscribe.ref */
private case class SubscriberTerminated(ref: ActorRef)
/** subscribe ack trigger by calling underlying mqtt client.subscribe */
private case class UnderlyingSubsAck(topic: String, fail: Option[Throwable])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy