Class ControlledActorClockService

java.lang.Object
io.camunda.zeebe.shared.management.ControlledActorClockService
All Implemented Interfaces:
ActorClockService, ActorClockService.MutableClock

public final class ControlledActorClockService extends Object implements ActorClockService, ActorClockService.MutableClock
An implementation of ActorClockService which wraps a mutable clock, allowing for modification of the clock from the outside.

See ActorClockConfiguration on how to configure/wire it.