Class SerializedEvent


  • public final class SerializedEvent
    extends java.lang.Object
    Some journal implementations may support events of this type by writing the event payload and serialization information without having to serialize it.
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializedEvent​(byte[] bytes, int serializerId, java.lang.String serializerManifest)  
    • Constructor Detail

      • SerializedEvent

        public SerializedEvent​(byte[] bytes,
                               int serializerId,
                               java.lang.String serializerManifest)
    • Method Detail

      • bytes

        public byte[] bytes()
      • serializerId

        public int serializerId()
      • serializerManifest

        public java.lang.String serializerManifest()