Package

akka.stream.alpakka

ironmq

Permalink

package ironmq

Visibility
  1. Public
  2. All

Type Members

  1. final class IronMqSettings extends AnyRef

    Permalink

    IronMQ settings.

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

  2. case class Message(messageId: Id, body: String, noOfReservations: Int) extends Product with Serializable

    Permalink

    The message consumed from IronMq.

    The message consumed from IronMq.

    messageId

    The unique id of the message.

    body

    The pushed message content.

    noOfReservations

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

  3. case class PushMessage(body: String, delay: FiniteDuration = Duration.Zero) extends Product with Serializable

    Permalink

Value Members

  1. object IronMqSettings

    Permalink
  2. object Message extends Serializable

    Permalink
  3. object PushMessage extends Serializable

    Permalink
  4. package impl

    Permalink
  5. package javadsl

    Permalink

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

  6. package scaladsl

    Permalink

Ungrouped