akka.stream.alpakka.mqtt.streaming.scaladsl
ActorMqttClientSession
Companion object ActorMqttClientSession
final class ActorMqttClientSession extends MqttClientSession
- Alphabetic
- By Inheritance
- ActorMqttClientSession
- MqttClientSession
- MqttSession
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ActorMqttClientSession(settings: MqttSessionSettings)(implicit systemProvider: ClassicActorSystemProvider)
- settings
session settings
Value Members
- def : Unit
Tell the session to perform a command regardless of the state it is in.
Tell the session to perform a command regardless of the state it is in. This is important for sending Publish messages in particular, as a connection may not have been established with a session.
- A
The type of any carry for the command.
- cp
The command to perform
- Definition Classes
- ActorMqttClientSession → MqttSession
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def shutdown(): Unit
Shutdown the session gracefully
Shutdown the session gracefully
- Definition Classes
- ActorMqttClientSession → MqttSession
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def tell[A](cp: Command[A]): Unit
Tell the session to perform a command regardless of the state it is in.
Tell the session to perform a command regardless of the state it is in. This is important for sending Publish messages in particular, as a connection may not have been established with a session.
- A
The type of any carry for the command.
- cp
The command to perform
- Definition Classes
- MqttSession
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()