BackendRegistry

interface BackendRegistry

Provides access to configured backend servers.

Functions

Link copied to clipboard
abstract fun all(): Collection<BackendInfo>
Link copied to clipboard
abstract fun get(id: String): BackendInfo?