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:
  • Method Summary

    Modifier and Type
    Method
    Description
    kotlin.coroutines.CoroutineContext
    Returns a CoroutineContext.
  • Method Details

    • provide

      kotlin.coroutines.CoroutineContext provide(ServiceRequestContext ctx)
      Returns a CoroutineContext.