Package org.apache.pekko.cluster.ddata
Interface LWWRegister.Clock<A>
- Enclosing class:
- LWWRegister<A>
public static interface LWWRegister.Clock<A>
-
Method Summary
-
Method Details
-
apply
- Parameters:
currentTimestamp- the currenttimestampvalue of theLWWRegistervalue- the register value to set and associate with the returned timestamp- Returns:
- next timestamp
-