Uses of Interface
org.flowable.job.service.impl.persistence.entity.data.DeadLetterJobDataManager
-
Packages that use DeadLetterJobDataManager Package Description org.flowable.job.service org.flowable.job.service.impl.persistence.entity org.flowable.job.service.impl.persistence.entity.data.impl -
-
Uses of DeadLetterJobDataManager in org.flowable.job.service
Fields in org.flowable.job.service declared as DeadLetterJobDataManager Modifier and Type Field Description protected DeadLetterJobDataManagerJobServiceConfiguration. deadLetterJobDataManagerMethods in org.flowable.job.service that return DeadLetterJobDataManager Modifier and Type Method Description DeadLetterJobDataManagerJobServiceConfiguration. getDeadLetterJobDataManager()Methods in org.flowable.job.service with parameters of type DeadLetterJobDataManager Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. 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 DeadLetterJobDataManager Constructor Description DeadLetterJobEntityManagerImpl(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 Modifier and Type Class Description classMybatisDeadLetterJobDataManager
-