org.apache.pekko.stream.connectors.ironmq

Members list

Packages

This implicit classes allow to convert the Committable and CommittableMessage between scaladsl and javadsl.

This implicit classes allow to convert the Committable and CommittableMessage between scaladsl and javadsl.

Attributes

Type members

Classlikes

final class IronMqSettings

IronMQ settings. To a detailed documentation please refer to the reference.conf.

IronMQ settings. To a detailed documentation please refer to the reference.conf.

Attributes

Companion
object
Source
IronMqSettings.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Source
IronMqSettings.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class Message(messageId: Id, body: String, noOfReservations: Int)

The message consumed from IronMq.

The message consumed from IronMq.

Value parameters

body

The pushed message content.

messageId

The unique id of the message.

noOfReservations

It is the count of how many time the message has been reserved (and released or expired) previously

Attributes

Companion
object
Source
domain.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Message

Attributes

Companion
class
Source
domain.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Message.type
case class PushMessage(body: String, delay: FiniteDuration)

Attributes

Companion
object
Source
domain.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PushMessage

Attributes

Companion
class
Source
domain.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type