Package xyz.block.ftl.runtime
Class DevModeRunnerDetails
-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable,xyz.block.ftl.runtime.RunnerDetails
public class DevModeRunnerDetails implements RunnerDetails
-
-
Field Summary
Fields Modifier and Type Field Description public volatile StringproxyAddress
-
Constructor Summary
Constructors Constructor Description DevModeRunnerDetails(Path path)
-
Method Summary
Modifier and Type Method Description StringgetProxyAddress()Optional<DatasourceDetails>getDatabase(String database, GetDeploymentContextResponse.DbType type)StringgetDeploymentKey()voidclose()-
-
Constructor Detail
-
DevModeRunnerDetails
DevModeRunnerDetails(Path path)
-
-
Method Detail
-
getProxyAddress
String getProxyAddress()
-
getDatabase
Optional<DatasourceDetails> getDatabase(String database, GetDeploymentContextResponse.DbType type)
-
getDeploymentKey
String getDeploymentKey()
-
close
void close()
-
-
-
-