-
- All Implemented Interfaces:
-
com.facebook.react.bridge.queue.ReactQueueConfiguration
public class ReactQueueConfigurationImpl implements ReactQueueConfiguration
-
-
Method Summary
Modifier and Type Method Description MessageQueueThreadgetUIQueueThread()MessageQueueThreadgetNativeModulesQueueThread()MessageQueueThreadgetJSQueueThread()voiddestroy()Should be called when the corresponding com.facebook.react.bridge.CatalystInstance isdestroyed so that we shut down the proper queue threads. static ReactQueueConfigurationImplcreate(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)
-
-
-
-