Interface CoroutineContextProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Returns a
CoroutineContext
from a given ServiceRequestContext
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionkotlin.coroutines.CoroutineContext
Returns aCoroutineContext
.
-
Method Details
-
provide
Returns aCoroutineContext
.
-