-
public interface EventBatchWriterWriter allowing FeatureScope to write events in the storage exposing current batch metadata.
-
-
Method Summary
-
-
Method Detail
-
currentMetadata
@WorkerThread() abstract ByteArray currentMetadata()
-
write
@WorkerThread() abstract Boolean write(ByteArray event, ByteArray newMetadata)
Writes the content of the event to the current available batch.
- Parameters:
event- the event to writenewMetadata- the optional updated metadata
-
-
-
-