Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.scopes
/
runInScope
run
In
Scope
inline suspend
fun
<
T
,
S
:
Scope
>
ScopeService
<
S
>
.
runInScope
(
description
:
String
,
operationBody
:
(
Scope
)
->
T
)
:
T
inline suspend
fun
<
T
,
S
:
Scope
>
ScopeService
<
S
>
.
runInScope
(
scope
:
S
,
description
:
String
,
operationBody
:
(
S
)
->
T
)
:
T