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