Interface | Description |
---|---|
MessageQueueThread |
Encapsulates a Thread that can accept Runnables.
|
QueueThreadExceptionHandler |
Interface for a class that knows how to handle an Exception thrown while executing a Runnable
submitted via
MessageQueueThread.runOnQueue(java.lang.Runnable) . |
ReactQueueConfiguration |
Specifies which
MessageQueueThread s must be used to run the various contexts of
execution within catalyst (Main UI thread, native modules, and JS). |
Class | Description |
---|---|
MessageQueueThreadHandler |
Handler that can catch and dispatch Exceptions to an Exception handler.
|
MessageQueueThreadImpl |
Encapsulates a Thread that has a
Looper running on it that can accept Runnables. |
MessageQueueThreadSpec |
Spec for creating a MessageQueueThread.
|
NativeRunnable |
A Runnable that has a native run implementation.
|
NativeRunnableDeprecated |
A Runnable that has a native run implementation.
|
ReactQueueConfigurationImpl | |
ReactQueueConfigurationSpec |
Spec for creating a ReactQueueConfiguration.
|
ReactQueueConfigurationSpec.Builder |
Enum | Description |
---|---|
MessageQueueThreadSpec.ThreadType |