GenServer that manages the lifecycle of a single consumer subscription: subscribing to the transport, invoking the consumer module, and applying retry + DLQ logic.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link( module(), keyword() ) :: GenServer.on_start()