Uses of Interface
com.flowable.indexing.job.IndexingHistoryJobProducer
Package
Description
-
Uses of IndexingHistoryJobProducer in com.flowable.indexing
Modifier and TypeFieldDescriptionprotected IndexingHistoryJobProducer
ProcessEngineIndexingConfigurator.jobProducer
ModifierConstructorDescriptionProcessEngineIndexingConfigurator
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexingHistoryJobProducer jobProducer, List<HistoryJobHandler> asyncHistoryJobHandlers, ElasticsearchClient elasticsearchClient, ReindexManager reindexManager, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors, int numberOfRetries) -
Uses of IndexingHistoryJobProducer in com.flowable.indexing.job
Modifier and TypeClassDescriptionclass
Implements theIndexingHistoryJobProducer
to create a newHistoryJobEntity
which is a copy of the one that is normally created.Modifier and TypeFieldDescriptionprotected final IndexingHistoryJobProducer
IndexDataAsyncHistoryJobHandler.jobProducer
ModifierConstructorDescriptionIndexDataAsyncHistoryJobHandler
(IndexingHistoryJobProducer jobProducer, List<HistoryJsonTransformer> historyJsonTransformers, BulkIndexRequestExecutor bulkIndexRequestExecutor) IndexDataAsyncHistoryJobHandler
(String jobType, IndexingHistoryJobProducer jobProducer, List<HistoryJsonTransformer> historyJsonTransformers, BulkIndexRequestExecutor bulkIndexRequestExecutor) IndexZippedDataAsyncHistoryJobHandler
(IndexingHistoryJobProducer jobProducer, List<HistoryJsonTransformer> historyJsonTransformers, BulkIndexRequestExecutor bulkIndexRequestExecutor) -
Uses of IndexingHistoryJobProducer in com.flowable.indexing.job.history.async
Modifier and TypeFieldDescriptionprotected IndexingHistoryJobProducer
AsyncIndexingHistorySession.jobProducer
protected IndexingHistoryJobProducer
AsyncIndexingHistorySessionCommandContextCloseListener.jobProducer
protected IndexingHistoryJobProducer
AsyncIndexingHistorySessionFactory.jobProducer
Modifier and TypeMethodDescriptionAsyncIndexingHistorySessionCommandContextCloseListener.getJobProducer()
AsyncIndexingHistorySessionFactory.getJobProducer()
Modifier and TypeMethodDescriptionvoid
AsyncIndexingHistorySessionCommandContextCloseListener.setJobProducer
(IndexingHistoryJobProducer jobProducer) void
AsyncIndexingHistorySessionFactory.setJobProducer
(IndexingHistoryJobProducer jobProducer) ModifierConstructorDescriptionAsyncIndexingHistorySession
(CommandContext commandContext, IndexingHistoryJobProducer jobProducer, List<String> registeredJobDataTypes, int jobRetries) AsyncIndexingHistorySessionCommandContextCloseListener
(AsyncIndexingHistorySession asyncHistorySession, IndexingHistoryJobProducer jobProducer)