GetEntity

interface GetEntity<E : Any, PK : Any> : Get, EntityRoute

Functions

Link copied to clipboard
open suspend fun get(call: RoutingCall, pk: PK, klass: KClass<E>)
Link copied to clipboard
abstract suspend fun getInstance(pk: PK): E?

Inherited functions

Link copied to clipboard
abstract suspend fun get(call: RoutingCall)