Package io.camunda.zeebe.dispatcher
Class AtomicPosition
java.lang.Object
io.camunda.zeebe.dispatcher.AtomicPosition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongget()booleanproposeMaxOrdered(long newValue) voidreset()voidset(long value)
-
Constructor Details
-
AtomicPosition
public AtomicPosition()
-
-
Method Details
-
reset
public void reset() -
get
public long get() -
set
public void set(long value) -
proposeMaxOrdered
public boolean proposeMaxOrdered(long newValue)
-