Uses of Class
io.camunda.zeebe.engine.EngineConfiguration
Packages that use EngineConfiguration
Package
Description
-
Uses of EngineConfiguration in io.camunda.zeebe.engine
Methods in io.camunda.zeebe.engine that return EngineConfigurationModifier and TypeMethodDescriptionEngineConfiguration.setMessagesTtlCheckerBatchLimit(int messagesTtlCheckerBatchLimit) EngineConfiguration.setMessagesTtlCheckerInterval(Duration messagesTtlCheckerInterval) Constructors in io.camunda.zeebe.engine with parameters of type EngineConfigurationModifierConstructorDescriptionEngine(TypedRecordProcessorFactory typedRecordProcessorFactory, EngineConfiguration config) -
Uses of EngineConfiguration in io.camunda.zeebe.engine.processing.message
Methods in io.camunda.zeebe.engine.processing.message with parameters of type EngineConfigurationModifier and TypeMethodDescriptionstatic voidMessageEventProcessors.addMessageProcessors(BpmnBehaviors bpmnBehaviors, TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, ScheduledTaskDbState scheduledTaskDbState, SubscriptionCommandSender subscriptionCommandSender, Writers writers, EngineConfiguration config, FeatureFlags featureFlags) -
Uses of EngineConfiguration in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return EngineConfigurationModifier and TypeMethodDescriptionTypedRecordProcessorContext.getConfig()TypedRecordProcessorContextImpl.getConfig()Constructors in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type EngineConfigurationModifierConstructorDescriptionTypedRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ProcessingDbState processingState, ScheduledTaskDbState scheduledTaskDbState, Writers writers, InterPartitionCommandSender partitionCommandSender, EngineConfiguration config)