exposed
Toggle table of contents
1.0.0-rc-2
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-dao
/
org.jetbrains.exposed.v1.dao
/
EntityHook
/
subscribe
subscribe
fun
subscribe
(
action
:
(
EntityChange
)
->
Unit
)
:
(
EntityChange
)
->
Unit
Registers a specific state-change
action
for alerts and returns the
action
.
Samples
org.jetbrains.exposed.v1.tests.shared.entities.EntityHookTest.testCallingFlushNotifiesEntityHookSubscribers