Astarte.RPC.Config.amqp_prefetch_count-exclamation-mark

You're seeing just the function amqp_prefetch_count-exclamation-mark, go back to Astarte.RPC.Config module for more information.
Link to this function

amqp_prefetch_count!(namespace \\ nil)

View Source

Specs

amqp_prefetch_count!(Skogsra.Env.namespace()) :: integer() | no_return()

The prefetch count of the AMQP connection. A prefetch count of 0 means unlimited (not recommended).

Bang version of Astarte.RPC.Config.amqp_prefetch_count/0 (fails on error). Optionally, receives the namespace for the variable.