Dllb.Application (Dllb v0.1.0)

Copy Markdown View Source

OTP Application for the dllb client.

Starts the Dllb.Pool connection pool under a supervisor when the :dllb application is configured with enabled: true.

Configuration

config :dllb,
  enabled: true,
  host: "127.0.0.1",
  port: 3009,
  pool_size: 5,
  outcome: :json,
  timeout: 30_000