package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
BootManager
extends AnyRef
This trait is used to represent an actor that boot all the needed components.
-
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
-
object
Constants
Constants of the booking service.
-
object
RabbitMQConsumers
Utility object for creating RabbitMQ consumers.