Class CoroutineContextInjectInterceptor.CoroutineContextInjectInterceptorDelegate

java.lang.Object
io.grpc.kotlin.CoroutineContextServerInterceptor
ru.tinkoff.kora.grpc.interceptors.CoroutineContextInjectInterceptor.CoroutineContextInjectInterceptorDelegate
All Implemented Interfaces:
io.grpc.ServerInterceptor
Enclosing class:
CoroutineContextInjectInterceptor

public static class CoroutineContextInjectInterceptor.CoroutineContextInjectInterceptorDelegate extends io.grpc.kotlin.CoroutineContextServerInterceptor
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.kotlin.CoroutineContextServerInterceptor

    io.grpc.kotlin.CoroutineContextServerInterceptor.Companion
  • Field Summary

    Fields inherited from class io.grpc.kotlin.CoroutineContextServerInterceptor

    Companion
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    kotlin.coroutines.CoroutineContext
    coroutineContext(io.grpc.ServerCall<?,?> serverCall, io.grpc.Metadata metadata)
     

    Methods inherited from class io.grpc.kotlin.CoroutineContextServerInterceptor

    interceptCall

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CoroutineContextInjectInterceptorDelegate

      public CoroutineContextInjectInterceptorDelegate()
  • Method Details

    • coroutineContext

      @Nonnull public kotlin.coroutines.CoroutineContext coroutineContext(@Nonnull io.grpc.ServerCall<?,?> serverCall, @Nonnull io.grpc.Metadata metadata)
      Specified by:
      coroutineContext in class io.grpc.kotlin.CoroutineContextServerInterceptor