Skip to content
Snippets Groups Projects
Commit 78d08662 authored by Christian Wulf's avatar Christian Wulf
Browse files

added CollectorSink.getElements()

parent 8b1d2543
Branches
Tags
No related merge requests found
......@@ -45,4 +45,8 @@ public final class CollectorSink<T> extends AbstractConsumerStage<T> {
this.elements.add(element);
}
public List<T> getElements() {
return elements;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment