Uses of Interface
org.flowable.job.service.impl.persistence.entity.data.DeadLetterJobDataManager
Packages that use DeadLetterJobDataManager
Package
Description
-
Uses of DeadLetterJobDataManager in org.flowable.job.service
Fields in org.flowable.job.service declared as DeadLetterJobDataManagerModifier and TypeFieldDescriptionprotected DeadLetterJobDataManager
JobServiceConfiguration.deadLetterJobDataManager
Methods in org.flowable.job.service that return DeadLetterJobDataManagerMethods in org.flowable.job.service with parameters of type DeadLetterJobDataManagerModifier and TypeMethodDescriptionJobServiceConfiguration.setDeadLetterJobDataManager
(DeadLetterJobDataManager deadLetterJobDataManager) -
Uses of DeadLetterJobDataManager in org.flowable.job.service.impl.persistence.entity
Constructors in org.flowable.job.service.impl.persistence.entity with parameters of type DeadLetterJobDataManagerModifierConstructorDescriptionDeadLetterJobEntityManagerImpl
(JobServiceConfiguration jobServiceConfiguration, DeadLetterJobDataManager jobDataManager) -
Uses of DeadLetterJobDataManager in org.flowable.job.service.impl.persistence.entity.data.impl
Classes in org.flowable.job.service.impl.persistence.entity.data.impl that implement DeadLetterJobDataManager