Class AvroUtil


  • public class AvroUtil
    extends java.lang.Object
    Class for Avro-related utility methods.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Event decode​(byte[] bytes)  
      static byte[] encode​(Event event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • encode

        public static byte[] encode​(Event event)
      • decode

        public static Event decode​(byte[] bytes)