Package io.atomix.primitive.protocol
Interface LogCompatibleBuilder<B extends LogCompatibleBuilder<B>>
public interface LogCompatibleBuilder<B extends LogCompatibleBuilder<B>>
Log compatible primitive.
-
Method Summary
Modifier and Type Method Description BwithProtocol(LogProtocol protocol)Configures the builder with a log replication protocol.
-
Method Details
-
withProtocol
Configures the builder with a log replication protocol.- Parameters:
protocol- the log protocol- Returns:
- the primitive builder
-