type

open fun <D : DataSource?> type(type: Class<D>): DataSourceBuilder<D>

Set the DataSource type that should be built.

Return

this builder

Parameters

<D>

the datasource type

type

the datasource type