-
- All Implemented Interfaces:
-
kotlin.Cloneable
public final class DittoGlobalConfig implements Cloneable
Settings not associated with any specific type of transport.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDittoGlobalConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description private LongsyncGroupLongprivate LongroutingHintLong
-
Constructor Summary
Constructors Constructor Description DittoGlobalConfig(UInt syncGroup, UInt routingHint)
-
Method Summary
Modifier and Type Method Description final LonggetSyncGroup()final UnitsetSyncGroup(Long syncGroupLong)final LonggetRoutingHint()final UnitsetRoutingHint(Long routingHintLong)DittoGlobalConfigclone()-
-
Method Detail
-
getSyncGroup
final Long getSyncGroup()
-
setSyncGroup
final Unit setSyncGroup(Long syncGroupLong)
-
getRoutingHint
final Long getRoutingHint()
-
setRoutingHint
final Unit setRoutingHint(Long routingHintLong)
-
clone
DittoGlobalConfig clone()
-
-
-
-