Package ai.platon.pulsar.common.config
Object VolatileConfig.Companion
-
- All Implemented Interfaces:
public class VolatileConfig.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final VolatileConfigUNSAFEpublic final static VolatileConfig.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final VolatileConfiggetUNSAFE()The UNSAFE is usually used as a placeholder, the programmer should make sure the UNSAFE config is never read. -
-
Method Detail
-
getUNSAFE
final VolatileConfig getUNSAFE()
The UNSAFE is usually used as a placeholder, the programmer should make sure the UNSAFE config is never read.
-
-
-
-