Package io.camunda.zeebe.logstreams.log
package io.camunda.zeebe.logstreams.log
-
InterfacesClassDescriptionRepresents an event on the log stream.Listener invoked by
LogStreamwhen new records are available to read.Represents a stream of events.Reads the log stream in batches.A batch of events that share the same source record position.Write log entries to the log stream write buffer as batch.Builder to add a log entry to the batch.Builder pattern for theLogStreamReads the log stream in an iterator-like pattern.