Uses of Interface
ratpack.exec.stream.StreamEvent
-
Packages that use StreamEvent Package Description ratpack.exec.stream Support for reactive streams. -
-
Uses of StreamEvent in ratpack.exec.stream
Method parameters in ratpack.exec.stream with type arguments of type StreamEvent Modifier and Type Method Description 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.default TransformablePublisher<T>
TransformablePublisher. wiretap(Action<? super StreamEvent<T>> listener)
-