Interface GrpcSpringMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GrpcSpringMessage, GrpcSpringMessage.Builder

public interface GrpcSpringMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> headers = 2;
    Deprecated.
    int
    map<string, string> headers = 2;
    map<string, string> headers = 2;
    getHeadersOrDefault(String key, String defaultValue)
    map<string, string> headers = 2;
    map<string, string> headers = 2;
    com.google.protobuf.ByteString
    bytes payload = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPayload

      com.google.protobuf.ByteString getPayload()
      bytes payload = 1;
    • getHeadersCount

      int getHeadersCount()
      map<string, string> headers = 2;
    • containsHeaders

      boolean containsHeaders(String key)
      map<string, string> headers = 2;
    • getHeaders

      @Deprecated Map<String,String> getHeaders()
      Deprecated.
      Use getHeadersMap() instead.
    • getHeadersMap

      Map<String,String> getHeadersMap()
      map<string, string> headers = 2;
    • getHeadersOrDefault

      String getHeadersOrDefault(String key, String defaultValue)
      map<string, string> headers = 2;
    • getHeadersOrThrow

      String getHeadersOrThrow(String key)
      map<string, string> headers = 2;