Interface Deployer<T>
-
- All Known Implementing Classes:
AbstractOcpDatabaseDeployer,AbstractOcpDeployer,OcpDB2Deployer,OcpKafkaConnectDeployer,OcpKafkaDeployer,OcpMongoDeployer,OcpMySqlDeployer,OcpPostgreSqlDeployer,OcpSqlServerDeployer
public interface Deployer<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDeployer.Builder<D extends Deployer<?>>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdeploy()Deploys resource
-
-
-
Method Detail
-
deploy
T deploy() throws InterruptedException
Deploys resource- Returns:
- Controller for deployed resource
- Throws:
InterruptedException
-
-