Class MergeDedupWithCallablesEventStream

java.lang.Object
org.epics.archiverappliance.common.mergededup.MergeDedupWithCallablesEventStream
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Event>, EventStream, RemotableOverRaw

public class MergeDedupWithCallablesEventStream extends Object implements EventStream, RemotableOverRaw
This is almost idential to the MergeDedupEventStream; expect it takes as its first argument a list of EventStream callables which it then merges with the second EventStream
Author:
mshankar