Mississippi.Producer.EventsProducer (Mississippi v1.0.0)
View SourceThe entry point for publishing messages on Mississippi.
Summary
Functions
Returns a specification to start this module under a supervisor.
Publish a message on Mississippi AMQP queues. The call is blocking, as only one message at a time can be published.
Types
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec publish(payload :: binary(), opts :: publish_opts()) :: :ok | {:error, :reconnecting} | AMQP.Basic.error()
Publish a message on Mississippi AMQP queues. The call is blocking, as only one message at a time can be published.