Interface ValueProtocol
- All Superinterfaces:
GossipProtocol,PrimitiveProtocol
@Beta public interface ValueProtocol extends GossipProtocol
Value protocol.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.atomix.primitive.protocol.PrimitiveProtocol
PrimitiveProtocol.Type<C extends PrimitiveProtocolConfig<C>> -
Method Summary
Modifier and Type Method Description ValueDelegatenewValueDelegate(String name, io.atomix.utils.serializer.Serializer serializer, PrimitiveManagementService managementService)Returns a new value delegate.
-
Method Details
-
newValueDelegate
ValueDelegate newValueDelegate(String name, io.atomix.utils.serializer.Serializer serializer, PrimitiveManagementService managementService)Returns a new value delegate.- Parameters:
name- the value nameserializer- the value serializermanagementService- the primitive management service- Returns:
- a new value delegate
-