Uses of Class
io.quarkus.devservices.common.ContainerAddress
-
Uses of ContainerAddress in io.quarkus.devservices.common
Methods in io.quarkus.devservices.common that return types with arguments of type ContainerAddressModifier and TypeMethodDescriptionstatic Optional<ContainerAddress> ComposeLocator.locateContainer(io.quarkus.deployment.builditem.DevServicesComposeProjectBuildItem composeProject, List<String> images, int port, io.quarkus.runtime.LaunchMode launchMode, boolean useSharedNetwork) ContainerLocator.locateContainer(String serviceName, boolean shared, io.quarkus.runtime.LaunchMode launchMode) Methods in io.quarkus.devservices.common with parameters of type ContainerAddressModifier and TypeMethodDescriptiondefault StringDatasourceServiceConfigurator.getJdbcUrl(ContainerAddress containerAddress, String databaseName) Method parameters in io.quarkus.devservices.common with type arguments of type ContainerAddressModifier and TypeMethodDescriptionContainerLocator.locateContainer(String serviceName, boolean shared, io.quarkus.runtime.LaunchMode launchMode, BiConsumer<Integer, ContainerAddress> consumer)