Class BufferingProcessor

All Implemented Interfaces:
org.reactivestreams.Processor<ContentChunk,​String>, org.reactivestreams.Publisher<String>, org.reactivestreams.Subscriber<ContentChunk>, org.reactivestreams.Subscription

public class BufferingProcessor
extends AbstractSingleProcessor<ContentChunk,​String>