public class ReactQueueConfigurationImpl extends java.lang.Object implements ReactQueueConfiguration
| Modifier and Type | Method and Description |
|---|---|
static ReactQueueConfigurationImpl |
create(ReactQueueConfigurationSpec spec,
QueueThreadExceptionHandler exceptionHandler) |
void |
destroy()
Should be called when the corresponding
CatalystInstance is
destroyed so that we shut down the proper queue threads. |
MessageQueueThread |
getJSQueueThread() |
MessageQueueThread |
getNativeModulesQueueThread() |
MessageQueueThread |
getUIQueueThread() |
public MessageQueueThread getUIQueueThread()
getUIQueueThread in interface ReactQueueConfigurationpublic MessageQueueThread getNativeModulesQueueThread()
getNativeModulesQueueThread in interface ReactQueueConfigurationpublic MessageQueueThread getJSQueueThread()
getJSQueueThread in interface ReactQueueConfigurationpublic void destroy()
CatalystInstance is
destroyed so that we shut down the proper queue threads.destroy in interface ReactQueueConfigurationpublic static ReactQueueConfigurationImpl create(ReactQueueConfigurationSpec spec, QueueThreadExceptionHandler exceptionHandler)