-
- All Implemented Interfaces:
-
com.facebook.react.bridge.queue.ReactQueueConfiguration
public class ReactQueueConfigurationImpl implements ReactQueueConfiguration
-
-
Method Summary
Modifier and Type Method Description MessageQueueThread
getUIQueueThread()
MessageQueueThread
getNativeModulesQueueThread()
MessageQueueThread
getJSQueueThread()
void
destroy()
Should be called when the corresponding com.facebook.react.bridge.CatalystInstance isdestroyed so that we shut down the proper queue threads. static ReactQueueConfigurationImpl
create(ReactQueueConfigurationSpec spec, QueueThreadExceptionHandler exceptionHandler)
-
-
Method Detail
-
getUIQueueThread
MessageQueueThread getUIQueueThread()
-
getNativeModulesQueueThread
MessageQueueThread getNativeModulesQueueThread()
-
getJSQueueThread
MessageQueueThread getJSQueueThread()
-
destroy
void destroy()
Should be called when the corresponding com.facebook.react.bridge.CatalystInstance isdestroyed so that we shut down the proper queue threads.
-
create
static ReactQueueConfigurationImpl create(ReactQueueConfigurationSpec spec, QueueThreadExceptionHandler exceptionHandler)
-
-
-
-