newDynamicInputTag

fun <T> newDynamicInputTag(supplier: (PullInputChannel<*>) -> T): InputTag<T>

Returns the InputTag associated with the resource identified.

Parameters

T

Type of resource to be identified by the supplier

supplier

Lambda function to identify the resource to be tagged, given some starting PullInputChannel