Package

com.github.gvolpe.fs2rabbit

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. case class Fs2RabbitConfig(host: String, port: Int, virtualHost: String, connectionTimeout: Int, useSsl: Boolean, requeueOnNack: Boolean, username: Option[String], password: Option[String]) extends Product with Serializable

    Permalink
  2. class Fs2RabbitConfigManager[F[_]] extends AnyRef

    Permalink

    The manager that will look for the configuration file application.conf and the required properties, and will create a Fs2RabbitConfig.

  3. final case class QueueConfig(queueName: QueueName, durable: DurableCfg, exclusive: ExclusiveCfg, autoDelete: AutoDeleteCfg, arguments: Map[String, AnyRef]) extends Product with Serializable

    Permalink
  4. class SafeConfigReader extends AnyRef

    Permalink

    It encapsulates a Config and reads the values in a safe way.

    It encapsulates a Config and reads the values in a safe way.

    In case the key does not exist, it will log the error and return None

Value Members

  1. object QueueConfig extends Serializable

    Permalink

Ungrouped