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