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 ReactQueueConfiguration
public MessageQueueThread getNativeModulesQueueThread()
getNativeModulesQueueThread
in interface ReactQueueConfiguration
public MessageQueueThread getJSQueueThread()
getJSQueueThread
in interface ReactQueueConfiguration
public void destroy()
CatalystInstance
is destroyed so that we shut down the proper queue threads.public static ReactQueueConfigurationImpl create(ReactQueueConfigurationSpec spec, QueueThreadExceptionHandler exceptionHandler)