Uses of Interface
com.flowable.indexing.job.history.async.BulkIndexRequestInterceptor
Package
Description
-
Uses of BulkIndexRequestInterceptor in com.flowable.indexing
Modifier and TypeFieldDescriptionprotected List<BulkIndexRequestInterceptor>
ProcessEngineIndexingConfigurator.bulkIndexRequestInterceptors
-
Uses of BulkIndexRequestInterceptor in com.flowable.indexing.impl
Modifier and TypeFieldDescriptionprotected List<BulkIndexRequestInterceptor>
IndexingServiceImpl.bulkIndexRequestInterceptors
ModifierConstructorDescriptionIndexingServiceImpl
(boolean indexingEnabled, ElasticsearchClient elasticsearchClient, ObjectSerializationService objectSerializationService, IndexManager indexManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, SpringAsyncHistoryExecutor asyncHistoryExecutor, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) -
Uses of BulkIndexRequestInterceptor in com.flowable.indexing.job.history.async
Modifier and TypeFieldDescriptionprotected List<BulkIndexRequestInterceptor>
BulkIndexingSession.bulkIndexRequestInterceptors
protected List<BulkIndexRequestInterceptor>
BulkIndexingSessionFactory.bulkIndexRequestInterceptors
ModifierConstructorDescriptionBulkIndexingSession
(CommandContext commandContext, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) BulkIndexingSessionFactory
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors)