Class ChunkerEventStream

    • Constructor Detail

      • ChunkerEventStream

        public ChunkerEventStream​(ObjectStream<ChunkSample> d,
                                  ChunkerContextGenerator cg)
        Creates a new event stream based on the specified data stream using the specified context generator.
        Parameters:
        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.