Stargate.Producer.Acknowledger.ack
You're seeing just the function
ack
, go back to Stargate.Producer.Acknowledger module for more information.
Specs
ack(GenServer.server(), {:ack, term()} | {:error, term(), term()}) :: :ok
Sends a message to the acknowledger process to perform the ack operation saved for that particular message (as identified by the context sent with the message).