Package ratpack.exec.stream
Support for reactive streams.
-
Interface Summary Interface Description StreamEvent<T> Represents an event emitted by a publisher.StreamMapper<U,D> Fundamentally transforms a stream.TransformablePublisher<T> A wrapper over aPublisher
that makes it more convenient to chain transformations of different kinds.WriteStream<T> The write end of a data stream.YieldRequest -
Class Summary Class Description Streams Some lightweight utilities for working with reactive streams.