Microservices Libs
Toggle table of contents
1.0.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.context
/
ApplicationContext
Application
Context
interface
ApplicationContext
<
TransactionType
>
:
ScopeHolder
,
AutoCloseable
Members
Properties
coroutine
Scope
Link copied to clipboard
abstract
val
coroutineScope
:
CoroutineScope
scope
Link copied to clipboard
abstract
val
scope
:
Scope
Functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)
with
Transaction
Link copied to clipboard
abstract
fun
<
T
>
withTransaction
(
block
:
suspend
(
transaction
:
Transaction
)
->
T
)
:
T
with
Transaction
Suspend
Link copied to clipboard
abstract
suspend
fun
<
T
>
withTransactionSuspend
(
block
:
suspend
(
transaction
:
Transaction
)
->
T
)
:
T