Init

data class Init(val name: String? = null, val metadata: String? = null, val keepaliveIntervalSec: Int = 30, val keepaliveIntervalGapSec: Int = 30, val type: Member.Type = Type.PERSON, val subtype: String = "")

Memberの初期設定。

Constructors

Link copied to clipboard
constructor(name: String? = null, metadata: String? = null, keepaliveIntervalSec: Int = 30, keepaliveIntervalGapSec: Int = 30, type: Member.Type = Type.PERSON, subtype: String = "")

Properties

Link copied to clipboard

生存確認の間隔を超えてChannelからMemberが削除されるまでの時間。

Link copied to clipboard

生存確認の間隔。

Link copied to clipboard
val metadata: String? = null

Metadata。

Link copied to clipboard
val name: String? = null

名前。

Link copied to clipboard

詳細な種別。

Link copied to clipboard

種別。