# `PhoenixMicro.Consumer.Worker`
[🔗](https://github.com/iamkanishka/phoenix_micro/blob/v1.0.0/lib/phoenix_micro/consumer.ex#L307)

GenServer that manages the lifecycle of a single consumer subscription:
subscribing to the transport, invoking the consumer module, and
applying retry + DLQ logic.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

```elixir
@spec start_link(
  module(),
  keyword()
) :: GenServer.on_start()
```

---

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