Module id_providers

Module id_providers 

Source
Expand description

Subscription ID providers.

Structs§

NoopIdProvider
No-op implementation to be used for servers that don’t support subscriptions.
RandomIntegerIdProvider
Generates random integers as subscription ID.
RandomStringIdProvider
Generates random strings of length len as subscription ID.