Class MapMultiProcessorWorker<X,Y>

java.lang.Object
io.aleph0.yap.core.worker.MapMultiProcessorWorker<X,Y>
Type Parameters:
X - the type of the input
Y - the type of the output
All Implemented Interfaces:
ProcessorWorker<X,Y>

public class MapMultiProcessorWorker<X,Y> extends Object implements ProcessorWorker<X,Y>
A ProcessorWorker that performs a simple one-to-many mapping of items from a source to a sink using a provided function.