Uses of Package
io.camunda.zeebe.stream.api.scheduling
Packages that use io.camunda.zeebe.stream.api.scheduling
Package
Description
This package is to isolate classes that will be part of the platform.
-
Classes in io.camunda.zeebe.stream.api.scheduling used by io.camunda.zeebe.stream.api
-
Classes in io.camunda.zeebe.stream.api.scheduling used by io.camunda.zeebe.stream.api.schedulingClassDescriptionRepresents 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.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. -
Classes in io.camunda.zeebe.stream.api.scheduling used by io.camunda.zeebe.stream.implClassDescriptionRepresents 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.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.