Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BootManager extends AnyRef

    This trait is used to represent an actor that boot all the needed components.

  2. case class ConsumerConfig (queue: String, durableQueue: Boolean = true, exchange: String, routingKey: String, eventBusAddress: String) extends Product with Serializable

    Configuration needed to start a RabbitMQ consumer.

    Configuration needed to start a RabbitMQ consumer.

    queue

    The queue name

    durableQueue

    Indicates if a queue is durable or not

    exchange

    The exchange name

    routingKey

    The routing key name

    eventBusAddress

    The destination event bus address name

Value Members

  1. object Constants

    Constants of the booking service.

  2. object RabbitMQConsumers

    Utility object for creating RabbitMQ consumers.

Ungrouped