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

public final class AvroHeaders
extends java.lang.Object
Pre-defined names and prefixes for Apache Avro related headers.
Since:
5.2
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String PREFIX
    The prefix for Apache Avro specific message headers.
    static java.lang.String TYPE
    The SpecificRecord type.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PREFIX

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

      public static final java.lang.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