public class ChunkerEventStream extends AbstractEventStream<ChunkSample>
Constructor and Description |
---|
ChunkerEventStream(ObjectStream<ChunkSample> d,
ChunkerContextGenerator cg)
Creates a new event stream based on the specified data stream using the specified context generator.
|
public ChunkerEventStream(ObjectStream<ChunkSample> d, ChunkerContextGenerator cg)
d
- The data stream for this event stream.cg
- The context generator which should be used in the creation of events for this event stream.Copyright © 2017 The Apache Software Foundation. All rights reserved.