Uses of Class
io.camunda.zeebe.broker.exporter.repo.ExporterDescriptor
-
Packages that use ExporterDescriptor Package Description io.camunda.zeebe.broker.exporter.repo io.camunda.zeebe.broker.exporter.stream -
-
Uses of ExporterDescriptor in io.camunda.zeebe.broker.exporter.repo
Methods in io.camunda.zeebe.broker.exporter.repo that return ExporterDescriptor Modifier and Type Method Description ExporterDescriptorExporterRepository. load(String id, ExporterCfg config)ExporterDescriptorExporterRepository. load(String id, Class<? extends Exporter> exporterClass)ExporterDescriptorExporterRepository. load(String id, Class<? extends Exporter> exporterClass, Map<String,Object> args)Methods in io.camunda.zeebe.broker.exporter.repo that return types with arguments of type ExporterDescriptor Modifier and Type Method Description Map<String,ExporterDescriptor>ExporterRepository. getExporters()Constructor parameters in io.camunda.zeebe.broker.exporter.repo with type arguments of type ExporterDescriptor Constructor Description ExporterRepository(Map<String,ExporterDescriptor> exporters, ExporterJarRepository jarRepository) -
Uses of ExporterDescriptor in io.camunda.zeebe.broker.exporter.stream
Methods in io.camunda.zeebe.broker.exporter.stream that return types with arguments of type ExporterDescriptor Modifier and Type Method Description Collection<ExporterDescriptor>ExporterDirectorContext. getDescriptors()Method parameters in io.camunda.zeebe.broker.exporter.stream with type arguments of type ExporterDescriptor Modifier and Type Method Description ExporterDirectorContextExporterDirectorContext. descriptors(Collection<ExporterDescriptor> descriptors)
-