Stargate.Receiver.MessageHandler.handle_message

You're seeing just the callback handle_message, go back to Stargate.Receiver.MessageHandler module for more information.

Specs

handle_message(term()) :: :ack | :continue
Link to this callback

handle_message(term, term)

View Source

Specs

handle_message(term(), term()) :: {:ack, term()} | {:continue, term()}