Interface KotlinInterceptedMethod

All Superinterfaces:
InterceptedMethod

public interface KotlinInterceptedMethod extends InterceptedMethod
Kotlin's InterceptedMethod with extra methods to access coroutine's context.
Since:
3.2
Author:
Denis Stepanov
  • Method Details

    • getCoroutineContext

      @NonNull @NonNull kotlin.coroutines.CoroutineContext getCoroutineContext()
      Returns:
      Coroutine's context
    • updateCoroutineContext

      void updateCoroutineContext(@NonNull @NonNull kotlin.coroutines.CoroutineContext coroutineContext)
      Update coroutine's context.
      Parameters:
      coroutineContext - The context