Shopify.GraphQL.Limiter.PartitionMonitor (shopify_graphql v2.0.0-rc.5)

Link to this section Summary

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

monitor?(limiter_opts)

Specs

monitor?(Keyword.t()) :: boolean()
Link to this function

name(partition)

Specs

Specs

pid(Supervisor.name()) :: pid()
Link to this function

restart(partition, limiter_opts)

Specs

restart(Supervisor.name(), Keyword.t()) :: :ok
Link to this function

start(partition)

Specs

start(Supervisor.name()) :: reference()
Link to this function

start_link(opts)

Specs

start_link(Keyword.t()) :: GenServer.on_start()