Packages

final class IronMqSettings extends AnyRef

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

Source
IronMqSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IronMqSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val consumerSettings: ConsumerSettings
  2. val endpoint: Uri
  3. val projectId: String
  4. def toString(): String
    Definition Classes
    IronMqSettings → AnyRef → Any
  5. val token: String
  6. def withConsumerSettings(value: ConsumerSettings): IronMqSettings

    The IronMq consumer settings.

  7. 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.

  8. def withProjectId(value: String): IronMqSettings

    The IronMq project id, it is available on the IronMQ hud.

  9. def withToken(value: String): IronMqSettings

    The IronMq authentication token, it is available on the IronMQ hud.