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 -
Method Summary
Modifier and TypeMethodDescriptionkotlin.coroutines.CoroutineContextcoroutineContext(io.grpc.ServerCall<?, ?> serverCall, io.grpc.Metadata metadata) Methods inherited from class io.grpc.kotlin.CoroutineContextServerInterceptor
interceptCall
-
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:
coroutineContextin classio.grpc.kotlin.CoroutineContextServerInterceptor
-