MemoryServerListProvider

A server list provider that uses an in-memory list

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val lastServerListRefresh: Instant

Returns the last time the server list was updated

Functions

Link copied to clipboard
open override fun fetchServerList(): List<ServerRecord>

Returns the stored server list in memory

Link copied to clipboard
open override fun updateServerList(endpoints: List<ServerRecord>)

Stores the supplied list of servers in memory