@FunctionalInterface public interface DataSourceSupplier extends Supplier<DataSource>
There is no requirement that a new or distinct DataSource be returned each time the supplier is invoked.
DataSource
Modifier and Type | Method and Description |
---|---|
@NotNull DataSource |
get()
Gets a DataSource.
|
@NotNull @NotNull DataSource get()
get
in interface Supplier<DataSource>
Copyright © 2021. All rights reserved.