Class GrpcContextKeys

java.lang.Object
io.servicetalk.grpc.internal.GrpcContextKeys

public final class GrpcContextKeys extends Object
All ContextMap.Key(s) defined for gRPC.
  • Field Details

    • TRAILERS_ONLY_RESPONSE

      public static final ContextMap.Key<Boolean> TRAILERS_ONLY_RESPONSE
      For the blocking server this key allows the router to notify an upstream filter that it is safe to consolidate tailing empty data frames when set to true.