Broadway.Message.configure_ack

You're seeing just the function configure_ack, go back to Broadway.Message module for more information.
Link to this function

configure_ack(message, options)

View Source

Specs

configure_ack(message :: t(), options :: keyword()) :: t()

Configures the acknowledger of this message.

This function calls the Broadway.Acknowledger.configure/3 callback to change the configuration of the acknowledger for the given message.

This function can only be called if the acknowledger implements the configure/3 callback. If it doesn't, an error is raised.