| Interface | Description |
|---|---|
| ObserverHandler |
This interface can be used to further decorate or unpack custom subscribers/observers as needed.
|
| RxDogTag.Configurer |
Convenience interface to allow custom configurers to hook into a builder to add their own
configurations as needed.
|
| RxDogTagErrorReceiver |
A marker type to indicate that RxDogTag's decorating observers should try the onError() of the
delegate of the observer that implements this.
|
| RxDogTagTaggedExceptionReceiver |
A marker type to indicate that RxDogTag's should pass the decorated stacktrace to
RxDogTagErrorReceiver.onError(Throwable). |
| Class | Description |
|---|---|
| RxDogTag |
RxDogTag is a mechanism to automatically detect RxJava observers with no error handling and wrap
them in
DogTagObservers that attempt to deduce the line number that subscribe()
was called and surface that in the eventual thrown OnErrorNotImplementedException
message. |
| RxDogTag.Builder |