-
public class ReactQueueConfigurationSpec
Spec for creating a ReactQueueConfiguration. This exists so that CatalystInstance is able to set Exception handlers on the MessageQueueThreads it uses and it would not be super clean if the threads were configured, then passed to CatalystInstance where they are configured more. These specs allows the Threads to be created fully configured.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ReactQueueConfigurationSpec.Builder
-
Method Summary
Modifier and Type Method Description MessageQueueThreadSpec
getNativeModulesQueueThreadSpec()
MessageQueueThreadSpec
getJSQueueThreadSpec()
static ReactQueueConfigurationSpec.Builder
builder()
static ReactQueueConfigurationSpec
createDefault()
-
-
Method Detail
-
getNativeModulesQueueThreadSpec
MessageQueueThreadSpec getNativeModulesQueueThreadSpec()
-
getJSQueueThreadSpec
MessageQueueThreadSpec getJSQueueThreadSpec()
-
builder
static ReactQueueConfigurationSpec.Builder builder()
-
createDefault
static ReactQueueConfigurationSpec createDefault()
-
-
-
-