EntityAction

interface EntityAction<E : Any> : EntityRoute

Functions

Link copied to clipboard
open suspend fun getActions(call: RoutingCall): Map<String, ActionFunctionType<E>>

Inherited functions

Link copied to clipboard
inline suspend fun <E : Any> EntityAction<E>.invokeAction(call: RoutingCall, name: String)