java.lang.Object
org.springframework.integration.transformer.support.ProtoHeaders

public final class ProtoHeaders extends Object
Pre-defined names and prefixes for Protocol Buffers related headers.
Since:
6.1
Author:
Christian Tzolov
  • Field Details

    • PREFIX

      public static final String PREFIX
      The prefix for Protocol Buffers specific message headers.
      See Also:
    • TYPE

      public static final String TYPE
      The com.google.protobuf.Message type. By default, it's the fully qualified com.google.protobuf.Message type but can be a key that is mapped to the actual type.
      See Also: