Package | Description |
---|---|
ratpack.stream |
Support for reactive streams.
|
Modifier and Type | Method and Description |
---|---|
default TransformablePublisher<T> |
TransformablePublisher.wiretap(Action<? super StreamEvent<T>> listener)
|
static <T> TransformablePublisher<T> |
Streams.wiretap(Publisher<T> publisher,
Action<? super StreamEvent<T>> listener)
Allows listening to the events of the given publisher as they flow to subscribers.
|