Uses of Interface
com.flowable.indexing.job.history.async.BulkIndexRequestInterceptor
Packages that use BulkIndexRequestInterceptor
Package
Description
-
Uses of BulkIndexRequestInterceptor in com.flowable.indexing
Fields in com.flowable.indexing with type parameters of type BulkIndexRequestInterceptorModifier and TypeFieldDescriptionprotected List<BulkIndexRequestInterceptor>
ProcessEngineIndexingConfigurator.bulkIndexRequestInterceptors
-
Uses of BulkIndexRequestInterceptor in com.flowable.indexing.impl
Fields in com.flowable.indexing.impl with type parameters of type BulkIndexRequestInterceptorModifier and TypeFieldDescriptionprotected List<BulkIndexRequestInterceptor>
IndexingServiceImpl.bulkIndexRequestInterceptors
Constructor parameters in com.flowable.indexing.impl with type arguments of type BulkIndexRequestInterceptorModifierConstructorDescriptionIndexingServiceImpl
(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
Fields in com.flowable.indexing.job.history.async with type parameters of type BulkIndexRequestInterceptorModifier and TypeFieldDescriptionprotected List<BulkIndexRequestInterceptor>
BulkIndexingSession.bulkIndexRequestInterceptors
protected List<BulkIndexRequestInterceptor>
BulkIndexingSessionFactory.bulkIndexRequestInterceptors
Constructor parameters in com.flowable.indexing.job.history.async with type arguments of type BulkIndexRequestInterceptorModifierConstructorDescriptionBulkIndexingSession
(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)