StepFlow.Amqp.CommonEmitter.publish_json

You're seeing just the function publish_json, go back to StepFlow.Amqp.CommonEmitter module for more information.
Link to this function

publish_json(queue, priority, message, exchange \\ "job_submit", options \\ [])

View Source

Publish a message using JSON serialization before send it.

Example:

StepFlow.Amqp.CommonEmitter.publish_json("my_rabbit_mq_queue", 0, %{key: "value"})