Interface ValueCompatibleBuilder<B extends ValueCompatibleBuilder<B>>
public interface ValueCompatibleBuilder<B extends ValueCompatibleBuilder<B>>
Value builder.
-
Method Summary
Modifier and Type Method Description BwithProtocol(ValueProtocol protocol)Configures the builder with a value compatible gossip protocol.
-
Method Details
-
withProtocol
Configures the builder with a value compatible gossip protocol.- Parameters:
protocol- the value protocol- Returns:
- the primitive builder
-