Uses of Class
io.camunda.zeebe.broker.exporter.repo.ExporterDescriptor
Packages that use ExporterDescriptor
Package
Description
-
Uses of ExporterDescriptor in io.camunda.zeebe.broker.exporter.repo
Methods in io.camunda.zeebe.broker.exporter.repo that return ExporterDescriptorModifier and TypeMethodDescriptionExporterRepository.load(String id, ExporterCfg config) ExporterRepository.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 ExporterDescriptorConstructor parameters in io.camunda.zeebe.broker.exporter.repo with type arguments of type ExporterDescriptorModifierConstructorDescriptionExporterRepository(Map<String, ExporterDescriptor> exporters, ExternalJarRepository 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 ExporterDescriptorMethod parameters in io.camunda.zeebe.broker.exporter.stream with type arguments of type ExporterDescriptorModifier and TypeMethodDescriptionExporterDirectorContext.descriptors(Collection<ExporterDescriptor> descriptors) -
Uses of ExporterDescriptor in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return types with arguments of type ExporterDescriptorModifier and TypeMethodDescriptionPartitionStartupAndTransitionContextImpl.getExportedDescriptors()Deprecated.PartitionTransitionContext.getExportedDescriptors()