MlsConfiguration

data class MlsConfiguration(val maxGroupMembers: Long, val maxInstallationsPerInbox: Long, val commitLogEnabled: Boolean?)

Advisory group shapes. The deployment publishes them; the client enforces them.

Constructors

Link copied to clipboard
constructor(maxGroupMembers: Long, maxInstallationsPerInbox: Long, commitLogEnabled: Boolean?)

Properties

Link copied to clipboard

Null means the client keeps its compiled default. false is distinct from absent, so an operator can switch the commit log off explicitly.

Link copied to clipboard