Class ExporterCfg
java.lang.Object
io.camunda.zeebe.broker.system.configuration.ExporterCfg
- All Implemented Interfaces:
ConfigurationEntry
Exporter component configuration. To be expanded eventually to allow enabling/disabling
exporters, and other general configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetArgs()inthashCode()voidbooleanvoidvoidsetClassName(String className) voidsetJarPath(String jarPath) toString()
-
Constructor Details
-
ExporterCfg
public ExporterCfg()
-
-
Method Details
-
init
- Specified by:
initin interfaceConfigurationEntry
-
isExternal
public boolean isExternal() -
getJarPath
-
setJarPath
-
getClassName
-
setClassName
-
getArgs
-
setArgs
-
hashCode
public int hashCode() -
equals
-
toString
-