Package io.quarkus.flyway.runtime
Class FlywayContainersSupplier
- java.lang.Object
-
- io.quarkus.flyway.runtime.FlywayContainersSupplier
-
- All Implemented Interfaces:
Supplier<Collection<FlywayContainer>>
public class FlywayContainersSupplier extends Object implements Supplier<Collection<FlywayContainer>>
-
-
Constructor Summary
Constructors Constructor Description FlywayContainersSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<FlywayContainer>get()
-
-
-
Method Detail
-
get
public Collection<FlywayContainer> get()
- Specified by:
getin interfaceSupplier<Collection<FlywayContainer>>
-
-