Shopify.RateLimiter.Producer (exshopify v0.11.0)
Link to this section Summary
Functions
Callback implementation for GenStage.handle_call/3
.
Callback implementation for GenStage.handle_cast/2
.
Callback implementation for GenStage.handle_demand/2
.
Callback implementation for GenStage.handle_info/2
.
Callback implementation for GenStage.init/1
.
Link to this section Functions
Link to this function
handle_call(arg, from, state)
Callback implementation for GenStage.handle_call/3
.
Link to this function
handle_cast(arg, state)
Callback implementation for GenStage.handle_cast/2
.
Link to this function
handle_demand(demand, state)
Callback implementation for GenStage.handle_demand/2
.
Link to this function
handle_info(atom, state)
Callback implementation for GenStage.handle_info/2
.
Link to this function
init(opts)
Callback implementation for GenStage.init/1
.
Link to this function
name(server, partition)
Link to this function
queue_request(server, partition, request, opts)
Link to this function
reschedule_event(event)
Link to this function