Shopify.GraphQL.Limiter.PartitionMonitor (shopify_graphql v2.1.0)

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)

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

name(partition)

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

start(partition, limiter_opts)

@spec start(Supervisor.name(), Keyword.t()) :: reference()
Link to this function

start_link(opts)

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