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

public final class AvroHeaders
extends Object
Pre-defined names and prefixes for Apache Avro related headers.
Since:
5.2
Author:
Gary Russell, Artem Bilan
  • Field Details

    • PREFIX

      public static final String PREFIX
      The prefix for Apache Avro specific message headers.
      See Also:
      Constant Field Values
    • TYPE

      public static final String TYPE
      The SpecificRecord type. By default it's the fully qualified SpecificRecord type but can be a key that is mapped to the actual type.
      See Also:
      Constant Field Values