final class IronMqSettings extends AnyRef
IronMQ settings. To a detailed documentation please refer to the reference.conf.
- Source
- IronMqSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IronMqSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val consumerSettings: ConsumerSettings
- val endpoint: Uri
- val projectId: String
- def toString(): String
- Definition Classes
- IronMqSettings → AnyRef → Any
- val token: String
- def withConsumerSettings(value: ConsumerSettings): IronMqSettings
The IronMq consumer settings.
- def withEndpoint(value: Uri): IronMqSettings
The IronMq endpoint.
The IronMq endpoint. It is available on the IronMQ project page and change based on availability zone and region.
- def withProjectId(value: String): IronMqSettings
The IronMq project id, it is available on the IronMQ hud.
- def withToken(value: String): IronMqSettings
The IronMq authentication token, it is available on the IronMQ hud.