Class BusinessKeyReaderES
java.lang.Object
io.camunda.optimize.service.db.es.reader.BusinessKeyReaderES
- All Implemented Interfaces:
BusinessKeyReader
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.ElasticSearchCondition.class)
public class BusinessKeyReaderES
extends Object
implements BusinessKeyReader
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessKeyReaderES(OptimizeElasticsearchClient esClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService) -
Method Summary
Modifier and TypeMethodDescriptiongetBusinessKeysForProcessInstanceIds(Set<String> processInstanceIds)
-
Constructor Details
-
BusinessKeyReaderES
public BusinessKeyReaderES(OptimizeElasticsearchClient esClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService)
-
-
Method Details
-
getBusinessKeysForProcessInstanceIds
- Specified by:
getBusinessKeysForProcessInstanceIdsin interfaceBusinessKeyReader
-