-
public class ReactQueueConfigurationSpecSpec 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 classReactQueueConfigurationSpec.Builder
-
Method Summary
Modifier and Type Method Description MessageQueueThreadSpecgetNativeModulesQueueThreadSpec()MessageQueueThreadSpecgetJSQueueThreadSpec()static ReactQueueConfigurationSpec.Builderbuilder()static ReactQueueConfigurationSpeccreateDefault()-
-
Method Detail
-
getNativeModulesQueueThreadSpec
MessageQueueThreadSpec getNativeModulesQueueThreadSpec()
-
getJSQueueThreadSpec
MessageQueueThreadSpec getJSQueueThreadSpec()
-
builder
static ReactQueueConfigurationSpec.Builder builder()
-
createDefault
static ReactQueueConfigurationSpec createDefault()
-
-
-
-