Uses of Interface
io.atomix.primitive.protocol.value.ValueDelegate
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.value |
Interfaces for value-compatible gossip protocols and delegates.
|
-
Uses of ValueDelegate in io.atomix.primitive.protocol.value
Methods in io.atomix.primitive.protocol.value that return ValueDelegate Modifier and Type Method Description ValueDelegateValueProtocol. newValueDelegate(String name, io.atomix.utils.serializer.Serializer serializer, PrimitiveManagementService managementService)Returns a new value delegate.