Extreme.EventProducer.Supervisor (extreme v1.1.2)

View Source

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for DynamicSupervisor.init/1.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(atom)

Callback implementation for DynamicSupervisor.init/1.

start_event_producer(base_name, opts)

@spec start_event_producer(base_name :: module(), opts :: Keyword.t()) ::
  Supervisor.on_start_child()

start_link(base_name)