Class AbstractZeebeRecordFetcherES<T>

java.lang.Object
io.camunda.optimize.service.importing.zeebe.fetcher.AbstractZeebeRecordFetcher<T>
io.camunda.optimize.service.importing.zeebe.fetcher.es.AbstractZeebeRecordFetcherES<T>
Direct Known Subclasses:
ZeebeIncidentFetcherES, ZeebeProcessDefinitionFetcherES, ZeebeProcessInstanceFetcherES, ZeebeUserTaskFetcherES, ZeebeVariableFetcherES

@Conditional(io.camunda.optimize.service.util.configuration.condition.ElasticSearchCondition.class) public abstract class AbstractZeebeRecordFetcherES<T> extends AbstractZeebeRecordFetcher<T>