Package xyz.block.ftl.runtime
Interface RunnerDetails
-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public interface RunnerDetails implements Closeable
Details about the proxy endpoints provided by the runner
-
-
Method Summary
Modifier and Type Method Description abstract StringgetProxyAddress()abstract Optional<DatasourceDetails>getDatabase(String database, GetDeploymentContextResponse.DbType type)abstract StringgetDeploymentKey()voidclose()-
-
Method Detail
-
getProxyAddress
abstract String getProxyAddress()
-
getDatabase
abstract Optional<DatasourceDetails> getDatabase(String database, GetDeploymentContextResponse.DbType type)
-
getDeploymentKey
abstract String getDeploymentKey()
-
close
void close()
-
-
-
-