Uses of Interface
io.camunda.zeebe.stream.api.scheduling.ScheduledCommandCache.StageableScheduledCommandCache
Packages that use ScheduledCommandCache.StageableScheduledCommandCache
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of ScheduledCommandCache.StageableScheduledCommandCache in io.camunda.zeebe.stream.api.scheduling
Classes in io.camunda.zeebe.stream.api.scheduling that implement ScheduledCommandCache.StageableScheduledCommandCacheModifier and TypeClassDescriptionstatic final classA dummy cache implementation which does nothing, i.e. caches nothing. -
Uses of ScheduledCommandCache.StageableScheduledCommandCache in io.camunda.zeebe.stream.impl
Methods in io.camunda.zeebe.stream.impl that return ScheduledCommandCache.StageableScheduledCommandCacheMethods in io.camunda.zeebe.stream.impl with parameters of type ScheduledCommandCache.StageableScheduledCommandCacheModifier and TypeMethodDescriptionStreamProcessorBuilder.scheduledCommandCache(ScheduledCommandCache.StageableScheduledCommandCache scheduledCommandCache) Constructors in io.camunda.zeebe.stream.impl with parameters of type ScheduledCommandCache.StageableScheduledCommandCacheModifierConstructorDescriptionProcessingScheduleServiceImpl(Supplier<StreamProcessor.Phase> streamProcessorPhaseSupplier, BooleanSupplier abortCondition, Supplier<LogStreamWriter> writerSupplier, ScheduledCommandCache.StageableScheduledCommandCache commandCache, InstantSource clock, Duration interval, ScheduledTaskMetrics metrics)