toggle menu
ktorceful
0.3
jvm
switch theme
search in API
ktorceful-dao
/
dev.herrrta.ktorceful.dao.interfaces
/
EntityAction
Entity
Action
interface
EntityAction
<
E
:
Any
>
:
EntityRoute
Members
Members & Extensions
Functions
get
Actions
Link copied to clipboard
open
suspend
fun
getActions
(
call
:
RoutingCall
)
:
Map
<
String
,
ActionFunctionType
<
E
>
>
Inherited functions
invoke
Action
Link copied to clipboard
inline suspend
fun
<
E
:
Any
>
EntityAction
<
E
>
.
invokeAction
(
call
:
RoutingCall
,
name
:
String
)