| Class | Description |
|---|---|
| DebugHook<C> |
Implements hooks into the
Observable chain to emit a detailed account of all the events
that happened. |
| DebugNotification<T> | |
| DebugNotificationListener<C> |
Subclasses of this are passed into the constructor of
DebugHook to receive notification
about all activity in Rx. |
| SimpleContext<T> | |
| SimpleDebugNotificationListener |
A simple implementation of the
DebugNotificationListener that store all of the events in memory for analysis later. |
| SimpleDebugNotificationListener.NotificationsByObservable<T> |
| Enum | Description |
|---|---|
| DebugNotification.Kind |