Package 

Interface EventBatchWriter


  • 
    public interface EventBatchWriter
    
                        

    Writer allowing FeatureScope to write events in the storage exposing current batch metadata.

    • Method Summary

      Modifier and Type Method Description
      abstract ByteArray currentMetadata()
      abstract Boolean write(RawBatchEvent event, ByteArray batchMetadata, EventType eventType) Writes the content of the event to the current available batch.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait