Uses of Interface
io.camunda.zeebe.stream.api.StreamClock
Packages that use StreamClock
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of StreamClock in io.camunda.zeebe.stream.api
Subinterfaces of StreamClock in io.camunda.zeebe.stream.apiModifier and TypeInterfaceDescriptionstatic interfaceA controllableStreamClockthat allows to pin the time to a specific instant or to offset the current system time by some duration.Methods in io.camunda.zeebe.stream.api that return StreamClockModifier and TypeMethodDescriptionReadonlyStreamProcessorContext.getClock()static StreamClockStreamClock.system()static StreamClockStreamClock.uncontrolled(InstantSource source) -
Uses of StreamClock in io.camunda.zeebe.stream.impl
Classes in io.camunda.zeebe.stream.impl that implement StreamClockModifier and TypeClassDescriptionfinal classfinal classMethods in io.camunda.zeebe.stream.impl that return types with arguments of type StreamClockModifier and TypeMethodDescriptionStreamProcessor.getClock()Returns an immutable clock fixed at the time of the call, and with the current modification.