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.
- 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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConsumerConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ConsumerConfig(queue: String, durableQueue: Boolean = true, exchange: String, routingKey: String, eventBusAddress: String)
- 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
-
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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val durableQueue: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eventBusAddress: String
- val exchange: String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val queue: String
- val routingKey: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )