Ktor Key Values Repo Client
class KtorKeyValuesRepoClient<Key, Value>(readDelegate: ReadKeyValuesRepo<Key, Value>, writeDelegate: WriteKeyValuesRepo<Key, Value>) : KeyValuesRepo<Key, Value>
Content copied to clipboard
Constructors
Link copied to clipboard
fun <Key, Value> KtorKeyValuesRepoClient(readDelegate: ReadKeyValuesRepo<Key, Value>, writeDelegate: WriteKeyValuesRepo<Key, Value>)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun get( k: Key, pagination: Pagination, reversed: Boolean): PaginationResult<Value>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun keys(pagination: Pagination, reversed: Boolean): PaginationResult<Key>
Content copied to clipboard
open suspend override fun keys( v: Value, pagination: Pagination, reversed: Boolean): PaginationResult<Key>
Content copied to clipboard