Plug.Amqp (Plug.AMQP v2.0.3)

View Source

TODO

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

option()

@type option() ::
  Supervisor.option()
  | Supervisor.init_option()
  | {:consumer_options, AMQPHelpers.Reliability.Consumer.options()}
  | {:plug, module() | {module() | keyword()}}
  | {:producer_options, AMQPHelpers.Reliability.Consumer.options()}

TODO

options()

@type options() :: [option()]

TODO

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(options \\ [])

@spec start_link(options()) :: Supervisor.on_start()