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

Ungrouped