Functions
A Functions manager to call remote Atlas Functions for the associated Atlas App Services Application.
Functions are invoked using the extension function Functions.call.
See also
Properties
Extensions
call
Link copied to clipboard
inline suspend fun <T> Functions.call(name: String, vararg args: Any?): T
Content copied to clipboard
Invokes an Atlas function.
inline suspend fun <T> Functions.call(name: String, callBuilderBlock: CallBuilder<T>.() -> Unit): T
Content copied to clipboard
Invokes an Atlas function using the EJson encoder defined in AppConfiguration.ejson.