interface RoundRobinMultiSourceProps {
    sources: Source[];
}

Hierarchy (view full)

Properties

Properties

sources: Source[]

The sources to aggregate.