Shopify.GraphQL.Limiter.PartitionMonitor (shopify_graphql v2.0.0-rc.3)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
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
Link to this function
name(partition)
Specs
name(Supervisor.name()) :: Supervisor.name()
Link to this function
pid(partition)
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()