Class GrpcHeaders

java.lang.Object
org.springframework.integration.grpc.GrpcHeaders

public final class GrpcHeaders extends Object
Constants for gRPC-specific message headers.
Since:
7.1
Author:
Artem Bilan
  • Field Details

    • PREFIX

      public static final String PREFIX
      The prefix for all gRPC-specific headers.
      See Also:
    • SERVICE

      public static final String SERVICE
      The header containing the called gRPC service name.
      See Also:
    • SERVICE_METHOD

      public static final String SERVICE_METHOD
      The header containing the gRPC service method name.
      See Also:
    • METHOD_TYPE

      public static final String METHOD_TYPE
      The header containing the gRPC service method type. One of the MethodDescriptor.MethodType
      See Also:
    • SCHEMA_DESCRIPTOR

      public static final String SCHEMA_DESCRIPTOR
      The header containing the gRPC service method schema descriptor. A value from the MethodDescriptor.getSchemaDescriptor()
      See Also: