ResultHandler
An EventHandler with a measured result.
- Type Params
- R
The type of the result.
Value members
Abstract methods
Inherited methods
Handles the end of a stream.
Handles the end of a stream.
- Value Params
- publisher
The Publisher that ended the stream.
- Inherited from
- EventHandler
Handles an Event in the stream.
Handles an Event in the stream.
- Value Params
- event
The Event to handle.
- Inherited from
- EventHandler
Handles an error in the stream.
Handles an error in the stream.
- Value Params
- e
The throwable error that occurred.
- publisher
The Publisher that threw the error.
- Inherited from
- EventHandler
Handles the initialisation of a new event stream.
Handles the initialisation of a new event stream.
- Value Params
- publisher
The Publisher that started the stream.
- Inherited from
- EventHandler
Inherited fields
A unique identifier for the handler.
A unique identifier for the handler.
- Returns
a unique identifier
- Inherited from
- EventHandler