Class AbstractZeebeImportMediatorFactory
java.lang.Object
io.camunda.optimize.service.importing.zeebe.mediator.factory.AbstractZeebeImportMediatorFactory
- Direct Known Subclasses:
StorePositionBasedImportProgressMediatorFactory,ZeebeIncidentImportMediatorFactory,ZeebeProcessDefinitionImportMediatorFactory,ZeebeProcessInstanceImportMediatorFactory,ZeebeUserTaskImportMediatorFactory,ZeebeVariableImportMediatorFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.springframework.beans.factory.BeanFactoryprotected final ConfigurationServiceprotected final DatabaseClientprotected ImportIndexHandlerRegistryprotected final com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsConstructorDescriptionAbstractZeebeImportMediatorFactory(org.springframework.beans.factory.BeanFactory beanFactory, ImportIndexHandlerRegistry importIndexHandlerRegistry, ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DatabaseClient databaseClient) -
Method Summary
Modifier and TypeMethodDescriptionabstract List<ImportMediator> createMediators(ZeebeDataSourceDto dataSourceDto)
-
Field Details
-
beanFactory
protected final org.springframework.beans.factory.BeanFactory beanFactory -
importIndexHandlerRegistry
-
configurationService
-
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper -
databaseClient
-
-
Constructor Details
-
AbstractZeebeImportMediatorFactory
public AbstractZeebeImportMediatorFactory(org.springframework.beans.factory.BeanFactory beanFactory, ImportIndexHandlerRegistry importIndexHandlerRegistry, ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DatabaseClient databaseClient)
-
-
Method Details
-
createMediators
-