View Source PulsarEx.Connection.ConsumerCallback behaviour (PulsarEx v0.14.1)
Summary
Types
Callbacks
@callback redeliver(conn :: pid(), consumer_id :: integer(), msg_ids :: [message_id()]) :: :ok | {:error, term()}
Link to this callback