Interface LogProducer


public interface LogProducer
Log producer.
  • Method Summary

    Modifier and Type Method Description
    CompletableFuture<Long> append​(byte[] value)
    Appends the given entry to the log.
  • Method Details

    • append

      CompletableFuture<Long> append​(byte[] value)
      Appends the given entry to the log.
      Parameters:
      value - the entry to append
      Returns:
      a future to be completed once the entry has been appended