Interface | Description |
---|---|
EventRunner |
Class | Description |
---|---|
ConcurrentEventRunner |
A asynchronous event runner that will execute events in order, but does not
guarantee events complete in order.
|
FailureEvent | |
FailureEvent.Builder | |
SameThreadEventRunner |
An event runner that will execute the events in the same thread
as the caller.
|
Enum | Description |
---|---|
FailureEvent.FailureActivity |