LeastFullForkPolicy

constructor(tags: Iterable<OutputTag<Container<*>>> = generateSequence { newDynamicOutputTag { it.walkDownstream().filterIsInstance<Container<*>>().first() } } .asIterable())

Parameters

T

the type of entities being routed

tags

the tags used to identify downstream containers for each destination