Interface RegistryController
-
- All Known Implementing Classes:
AbstractOcpApicurioController,OcpApicurioV1Controller,OcpApicurioV2Controller
public interface RegistryController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPublicRegistryApiAddress()StringgetRegistryApiAddress()booleanundeploy()Undeploy this registry by deleting related ApicurioRegistry CRvoidwaitForRegistry()Waits for registry to be ready
-
-
-
Method Detail
-
getRegistryApiAddress
String getRegistryApiAddress()
- Returns:
- registry url
-
getPublicRegistryApiAddress
String getPublicRegistryApiAddress()
- Returns:
- registry public url
-
waitForRegistry
void waitForRegistry() throws InterruptedExceptionWaits for registry to be ready- Throws:
InterruptedException
-
undeploy
boolean undeploy()
Undeploy this registry by deleting related ApicurioRegistry CR- Returns:
- true if the CR was found and deleted
-
-