public class SectionsConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static List<SectionsDebugLogger> |
LOGGERS
Loggers for the core framework
|
static boolean |
noServiceRegistration
If this is False, then a Service created from SectionLifecycle#createService(SectionContext,
Section) is registered and kept in ServiceRegistry.
|
static boolean |
sectionComponentsAsyncPropUpdates
Force all section component prop updates to be async
|
static boolean |
sectionComponentsAsyncStateUpdates
Force all section component state updates to be async
|
Constructor and Description |
---|
SectionsConfiguration() |
public static List<SectionsDebugLogger> LOGGERS
public static boolean sectionComponentsAsyncPropUpdates
public static boolean sectionComponentsAsyncStateUpdates
public static boolean noServiceRegistration
SectionLifecycle#destroyService(SectionContext, Object) will not be called if this is True