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.

@FunctionalInterface
public interface CoroutineContextProvider
Returns a CoroutineContext from a given ServiceRequestContext.
See Also:
CoroutineContextService
  • Method Summary

    Modifier and Type Method Description
    kotlin.coroutines.CoroutineContext provide​(ServiceRequestContext ctx)
    Returns a CoroutineContext.