c
akka.stream.alpakka.mqttv5.impl
PublishWithPassThroughImpl
Companion object PublishWithPassThroughImpl
final class PublishWithPassThroughImpl[T] extends PublishWithPassThrough[T] with PublishWithPassThrough[T]
INTERNAL API
- Annotations
- @InternalApi()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PublishWithPassThroughImpl
- PublishWithPassThrough
- PublishWithPassThrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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(other: Any): Boolean
- Definition Classes
- PublishWithPassThroughImpl → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getMessageToPublish: MqttMessage
- Definition Classes
- PublishWithPassThroughImpl → PublishWithPassThrough
- Annotations
- @throws("if the message is ignored")
- def getPassThrough: T
- Definition Classes
- PublishWithPassThroughImpl → PublishWithPassThrough
- def hashCode(): Int
- Definition Classes
- PublishWithPassThroughImpl → AnyRef → Any
- def isIgnored: Boolean
True if there is no message to publish.
True if there is no message to publish. A pass-through element is still associated. If true, 'messageToPublish' will be
Noneand 'getMessageToPublish' will throw.- Definition Classes
- PublishWithPassThroughImpl → PublishWithPassThrough → PublishWithPassThrough
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def messageToPublish: Option[MqttMessage]
- Definition Classes
- PublishWithPassThroughImpl → PublishWithPassThrough
- 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()
- val passThrough: T
- Definition Classes
- PublishWithPassThroughImpl → PublishWithPassThrough
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- PublishWithPassThroughImpl → 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()