game-common / pragma.matchcapacity / CapacityProvider / init /

init #

abstract fun init(client: TimedHttpClient)

Provides an HttpClient to communicate with external resources for capacity. Hint: Consider inheriting CapacityProviderImpl for an implementation of this!

Parameters #

client

Provided to make external http requests.