Uses of Interface
io.camunda.zeebe.stream.api.scheduling.ScheduledCommandCache
Packages that use ScheduledCommandCache
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of ScheduledCommandCache in io.camunda.zeebe.stream.api.scheduling
Subinterfaces of ScheduledCommandCache in io.camunda.zeebe.stream.api.schedulingModifier and TypeInterfaceDescriptionstatic interfaceAScheduledCommandCachewhich allows staging changes before persisting them.static interfaceA cache where modifications are staged but not added to the main cache which produced it.Classes in io.camunda.zeebe.stream.api.scheduling that implement ScheduledCommandCacheModifier and TypeClassDescriptionstatic final classA dummy cache implementation which does nothing, i.e. caches nothing. -
Uses of ScheduledCommandCache in io.camunda.zeebe.stream.impl
Constructors in io.camunda.zeebe.stream.impl with parameters of type ScheduledCommandCacheModifierConstructorDescriptionProcessingStateMachine(StreamProcessorContext context, BooleanSupplier shouldProcessNext, List<RecordProcessor> recordProcessors, ScheduledCommandCache scheduledCommandCache)