Package xyz.block.ftl.runtime
Class DefaultRunnerDetails
-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable,xyz.block.ftl.runtime.RunnerDetails
public class DefaultRunnerDetails implements RunnerDetails
Default implementation of RunnerDetails, that uses the environment variables to get the proxy address and database
-
-
Constructor Summary
Constructors Constructor Description DefaultRunnerDetails()
-
Method Summary
Modifier and Type Method Description StringgetProxyAddress()Optional<DatasourceDetails>getDatabase(String name, GetDeploymentContextResponse.DbType type)StringgetDeploymentKey()-
-
Method Detail
-
getProxyAddress
String getProxyAddress()
-
getDatabase
Optional<DatasourceDetails> getDatabase(String name, GetDeploymentContextResponse.DbType type)
-
getDeploymentKey
String getDeploymentKey()
-
-
-
-