-
public class CommandQueue.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final LongNULL_POINTERprivate final IntegerMAX_CONCURRENT_SUBSCRIBERSpublic final static CommandQueue.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetNULL_POINTER()final IntegergetMAX_CONCURRENT_SUBSCRIBERS()Maximum number of RiveUI components that can safely use this CommandQueue instance concurrently. -
-
Method Detail
-
getNULL_POINTER
final Long getNULL_POINTER()
-
getMAX_CONCURRENT_SUBSCRIBERS
final Integer getMAX_CONCURRENT_SUBSCRIBERS()
Maximum number of RiveUI components that can safely use this CommandQueue instance concurrently.
-
-
-
-