Interface ProxyCompatibleBuilder<B extends ProxyCompatibleBuilder<B>>


public interface ProxyCompatibleBuilder<B extends ProxyCompatibleBuilder<B>>
State machine replication compatible primitive.
  • Method Summary

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

    • withProtocol

      B withProtocol​(ProxyProtocol protocol)
      Configures the builder with a state machine replication protocol.
      Parameters:
      protocol - the state machine replication protocol
      Returns:
      the primitive builder