Interface LogCompatibleBuilder<B extends LogCompatibleBuilder<B>>


public interface LogCompatibleBuilder<B extends LogCompatibleBuilder<B>>
Log compatible primitive.
  • Method Summary

    Modifier and Type Method Description
    B withProtocol​(LogProtocol protocol)
    Configures the builder with a log replication protocol.
  • Method Details

    • withProtocol

      B withProtocol​(LogProtocol protocol)
      Configures the builder with a log replication protocol.
      Parameters:
      protocol - the log protocol
      Returns:
      the primitive builder