Interface | Description |
---|---|
NonBlocking |
A dispatcher aware component
|
Recyclable |
A simple interface that marks an object as being recyclable.
|
Class | Description |
---|---|
Assert |
Assertion utility class that assists in validating arguments.
|
Exceptions |
Static Helpers to decorate an exception with an associated data
Original design from https://github.com/ReactiveX/RxJava/blob/1.x/src/main/java/rx/exceptions/Exceptions.java
|
NamedDaemonThreadFactory |
A thread factory that creates named daemon threads.
|
SpecificationExceptions | |
UUIDUtils |
Helper for creating random and Type 1 (time-based) UUIDs.
|
Exception | Description |
---|---|
Exceptions.ValueCause |
Represents an exception that was encountered while trying to emit an item from an Observable, and
tries to preserve that item for future use and/or reporting.
|
ReactorFatalException |
an exception that should stop producing more data
|
Copyright © 2016. All rights reserved.