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.CoroutineContextprovide(com.linecorp.armeria.server.ServiceRequestContext ctx) Returns aCoroutineContext.
-
Method Details
-
provide
kotlin.coroutines.CoroutineContext provide(com.linecorp.armeria.server.ServiceRequestContext ctx) Returns aCoroutineContext.
-