See: Description
| Interface | Description |
|---|---|
| Control |
An interface generally associated with a
Stream terminal action such as
Stream.consume(reactor.fn.Consumer) |
| Class | Description |
|---|---|
| Action<I,O> |
An Action is a reactive component to subscribe to a
Publisher and in particular
to a Stream. |
| CompositeAction<E,O> |
Create a Processor where a given head/tail couple is provided as a Stream (Input upstream) and Action (Output
downstream).
|
| Signal<T> |
A domain representation of a Reactive
Stream signal. |
| Enum | Description |
|---|---|
| Signal.Type |