-
public final class RuntimeConfigFfi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRuntimeConfigFfi.Companion
-
Field Summary
Fields Modifier and Type Field Description private StringdataRootPathprivate StringbootstrapUrlprivate StringsignalUrl
-
Constructor Summary
Constructors Constructor Description RuntimeConfigFfi(String dataRootPath, String bootstrapUrl, String signalUrl)
-
Method Summary
Modifier and Type Method Description final StringgetDataRootPath()Path where conductor data is stored final UnitsetDataRootPath(String dataRootPath)Path where conductor data is stored final StringgetBootstrapUrl()URL of the bootstrap server final UnitsetBootstrapUrl(String bootstrapUrl)URL of the bootstrap server final StringgetSignalUrl()URL of the sbd server final UnitsetSignalUrl(String signalUrl)URL of the sbd server -
-
Method Detail
-
getDataRootPath
final String getDataRootPath()
Path where conductor data is stored
-
setDataRootPath
final Unit setDataRootPath(String dataRootPath)
Path where conductor data is stored
-
getBootstrapUrl
final String getBootstrapUrl()
URL of the bootstrap server
-
setBootstrapUrl
final Unit setBootstrapUrl(String bootstrapUrl)
URL of the bootstrap server
-
getSignalUrl
final String getSignalUrl()
URL of the sbd server
-
setSignalUrl
final Unit setSignalUrl(String signalUrl)
URL of the sbd server
-
-
-
-