Uses of Class
io.quarkiverse.embedded.postgresql.StartupInfo
-
-
Uses of StartupInfo in io.quarkiverse.embedded.postgresql
Methods in io.quarkiverse.embedded.postgresql that return types with arguments of type StartupInfo Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<StartupInfo>EmbeddedPostgreSQLRecorder. startPostgres(io.quarkus.runtime.ShutdownContext shutdownContext, io.quarkus.datasource.runtime.DataSourcesBuildTimeConfig dataSourcesBuildTimeConfig)Method parameters in io.quarkiverse.embedded.postgresql with type arguments of type StartupInfo Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<org.eclipse.microprofile.config.spi.ConfigSourceProvider>EmbeddedPostgreSQLRecorder. configSources(io.quarkus.runtime.RuntimeValue<StartupInfo> info)Constructors in io.quarkiverse.embedded.postgresql with parameters of type StartupInfo Constructor Description EmbeddedPostgreSQLConfigSourceProvider(StartupInfo startupInfo)
-