Class BulkIndexingSessionFactory
java.lang.Object
com.flowable.indexing.job.history.async.BulkIndexingSessionFactory
- All Implemented Interfaces:
SessionFactory
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<BulkIndexRequestInterceptor>
protected ElasticsearchClient
protected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorDescriptionBulkIndexingSessionFactory
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) -
Method Summary
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
elasticsearchClient
-
bulkIndexRequestInterceptors
-
-
Constructor Details
-
BulkIndexingSessionFactory
public BulkIndexingSessionFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors)
-
-
Method Details
-
getSessionType
- Specified by:
getSessionType
in interfaceSessionFactory
-
openSession
- Specified by:
openSession
in interfaceSessionFactory
-