# `Dllb.Application`
[🔗](https://github.com/Oeditus/dllb_ex/blob/v0.1.0/lib/dllb/application.ex#L1)

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
