Bootstrap from the registry and begin background polling.
Stop background polling. In-memory state is preserved.
Check if an agent has any authorization for a publisher domain.
Get all authorizations for a publisher domain.
Get all authorizations for an agent.
Get an agent by URL.
Find agents that are authorized for a given domain.
Local authorization cache with synchronous queries.
Wraps RegistrySync internally, subscribing to its events and maintaining indexed Maps for O(1) synchronous lookups. The key difference from using RegistrySync directly is that all query methods are synchronous.
Example