Class MergingWrapper<T>

java.lang.Object
com.fluxtion.ext.streaming.api.MergingWrapper<T>
All Implemented Interfaces:
Stateful<T>, Wrapper<T>

public class MergingWrapper<T>
extends java.lang.Object
implements Wrapper<T>
Merges streams into a single node in the SEP execution graph. The merge will make available the last parent that was updated via the event() call.
Author:
V12 Technology Ltd.