newDynamicOutputTag

fun <T> newDynamicOutputTag(supplier: (PushOutputChannel<*>) -> T): OutputTag<T>

Returns the OutputTag 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 PushOutputChannel