WhiteRabbit.Consumer.start_dynamic_consumers
You're seeing just the function
start_dynamic_consumers
, go back to WhiteRabbit.Consumer module for more information.
Specs
start_dynamic_consumers( config :: t(), concurrency :: integer(), owner_module :: module() ) :: [tuple()]
Start a number of Consumer with the given config.
Pass a WhiteRabbit.Consumer{}
to start it under a DynamicSupervisor.
Optionally pass an integer as the second argument to start any number of Consumers with the same config.