Mississippi.Producer (Mississippi v1.0.0)

View Source

This module defines the supervision tree of Mississippi.Producer.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

init_options()

@type init_options() :: [
  amqp_producer_options: keyword(),
  mississippi_config: keyword()
]

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(init_arg)

@spec start_link([init_options()]) :: Supervisor.on_start()