Uses of Interface
io.camunda.zeebe.stream.api.StreamClock.ControllableStreamClock
Packages that use StreamClock.ControllableStreamClock
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of StreamClock.ControllableStreamClock in io.camunda.zeebe.stream.api
Methods in io.camunda.zeebe.stream.api that return StreamClock.ControllableStreamClockModifier and TypeMethodDescriptionStreamClock.controllable(InstantSource source) RecordProcessorContext.getClock() -
Uses of StreamClock.ControllableStreamClock in io.camunda.zeebe.stream.impl
Classes in io.camunda.zeebe.stream.impl that implement StreamClock.ControllableStreamClockMethods in io.camunda.zeebe.stream.impl that return StreamClock.ControllableStreamClockModifier and TypeMethodDescriptionRecordProcessorContextImpl.getClock()StreamProcessorContext.getClock()Methods in io.camunda.zeebe.stream.impl with parameters of type StreamClock.ControllableStreamClockModifier and TypeMethodDescriptionStreamProcessorBuilder.clock(StreamClock.ControllableStreamClock clock) StreamProcessorContext.clock(StreamClock.ControllableStreamClock clock) Constructors in io.camunda.zeebe.stream.impl with parameters of type StreamClock.ControllableStreamClockModifierConstructorDescriptionRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, InterPartitionCommandSender partitionCommandSender, KeyGeneratorControls keyGeneratorControls, StreamClock.ControllableStreamClock clock)