KeyValueLikeModelServer

class KeyValueLikeModelServer(repositoriesManager: IRepositoriesManager, storeClient: IStoreClient, inMemoryModels: InMemoryModels)

Constructors

Link copied to clipboard
constructor(repositoriesManager: RepositoriesManager)
constructor(repositoriesManager: IRepositoriesManager, storeClient: IStoreClient, inMemoryModels: InMemoryModels)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun collect(rootKey: String, callContext: CallContext?): JSONArray
Link copied to clipboard
fun init(application: Application)
Link copied to clipboard
fun setSharedSecret(sharedSecret: String?)