object IronMqProducer
- Source
- IronMqProducer.scala
- Alphabetic
- By Inheritance
- IronMqProducer
- AnyRef
- Any
- Hide All
- Show All
- 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 atLeastOnceFlow[ToCommit, CommitResult, CommitMat](queueName: String, settings: IronMqSettings, commitFlow: Flow[ToCommit, CommitResult, CommitMat]): Flow[(PushMessage, ToCommit), (Id, CommitResult), CommitMat]
A more generic committable aware producer Flow that can be used for other committable source, like Kafka.
A more generic committable aware producer Flow that can be used for other committable source, like Kafka. The user is responsible to supply the committing flow. The result of the commit is emitted as well as the materialized value of the committing flow.
- def atLeastOnceFlow(queueName: String, settings: IronMqSettings): Flow[(PushMessage, Committable), Id, NotUsed]
A Committable aware producer Flow that consume
(PushMessage, Committable)
, push messages on IronMq and commit the associated Committable. - def atLeastOnceSink[ToCommit, CommitResult, CommitMat](queueName: String, settings: IronMqSettings, commitFlow: Flow[ToCommit, CommitResult, CommitMat]): Sink[(PushMessage, ToCommit), CommitMat]
A more generic committable aware producer Sink that can be used for other committable source, like Kafka.
A more generic committable aware producer Sink that can be used for other committable source, like Kafka. The user is responsible to supply the committing flow. The materialized value of the committing flow is returned.
- def atLeastOnceSink(queueName: String, settings: IronMqSettings): Sink[(PushMessage, Committable), NotUsed]
A Committable aware producer Sink that consume
(PushMessage, Committable)
push messages on IronMq and commit the associated Committable. - 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])
- def flow(queueName: String, settings: IronMqSettings): Flow[PushMessage, Id, NotUsed]
This is plain producer Flow that consume PushMessage and emit Message.Id for each produced message.
- 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 sink(queueName: String, settings: IronMqSettings): Sink[PushMessage, Future[Done]]
A plain producer Sink that consume PushMessage and push them on IronMq.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()