Package io.camunda.zeebe.stream.impl
Class UncontrolledStreamClock
java.lang.Object
io.camunda.zeebe.stream.impl.UncontrolledStreamClock
- All Implemented Interfaces:
StreamClock,InstantSource
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.stream.api.StreamClock
StreamClock.ControllableStreamClock -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UncontrolledStreamClock
-
-
Method Details
-
currentModification
Description copied from interface:StreamClockReturns the current modification applied to the clock. If no modification is applied,StreamClock.ControllableStreamClock.Modification.Noneis returned.- Specified by:
currentModificationin interfaceStreamClock
-
instant
- Specified by:
instantin interfaceInstantSource
-
millis
public long millis()- Specified by:
millisin interfaceInstantSource
-
withZone
- Specified by:
withZonein interfaceInstantSource
-
hashCode
public int hashCode() -
equals
-
toString
-