Class ExporterDescriptor
- java.lang.Object
-
- io.camunda.zeebe.broker.exporter.repo.ExporterDescriptor
-
public class ExporterDescriptor extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExporterConfigurationgetConfiguration()StringgetId()ExporternewInstance()
-
-
-
Method Detail
-
newInstance
public Exporter newInstance() throws ExporterInstantiationException
- Throws:
ExporterInstantiationException
-
getConfiguration
public ExporterConfiguration getConfiguration()
-
getId
public String getId()
-
-