Class GrpcHeaders
java.lang.Object
org.springframework.integration.grpc.GrpcHeaders
Constants for gRPC-specific message headers.
- Since:
- 7.1
- Author:
- Artem Bilan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe header containing the gRPC service method type.static final StringThe prefix for all gRPC-specific headers.static final StringThe header containing the gRPC service method schema descriptor.static final StringThe header containing the called gRPC service name.static final StringThe header containing the gRPC service method name. -
Method Summary
-
Field Details
-
PREFIX
-
SERVICE
-
SERVICE_METHOD
The header containing the gRPC service method name.- See Also:
-
METHOD_TYPE
The header containing the gRPC service method type. One of theMethodDescriptor.MethodType- See Also:
-
SCHEMA_DESCRIPTOR
The header containing the gRPC service method schema descriptor. A value from theMethodDescriptor.getSchemaDescriptor()- See Also:
-