Package io.atomix.primitive.protocol
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 BwithProtocol(ProxyProtocol protocol)Configures the builder with a state machine replication protocol.
-
Method Details
-
withProtocol
Configures the builder with a state machine replication protocol.- Parameters:
protocol- the state machine replication protocol- Returns:
- the primitive builder
-