Package io.camunda.zeebe.stream.api.scheduling
package io.camunda.zeebe.stream.api.scheduling
-
ClassDescriptionRepresents a cache to be used by the
ProcessingScheduleService, which allows it to cache which commands it has written and avoid writing them again until they've been removed from the cache.A dummy cache implementation which does nothing, i.e. caches nothing.Represents staged changes to the cache that have not been persisted yet.AScheduledCommandCachewhich allows staging changes before persisting them.A cache where modifications are staged but not added to the main cache which produced it.A task scheduled bySimpleProcessingScheduleServiceto give the caller control over the task, i.e. for cancellation.Here the interface is just a suggestion.Here the interface is just a suggestion.