tenantId

abstract fun tenantId(tenantId: String?): CommandBuilder

Sets the tenant identifier for multi-tenancy support.

Return

this builder for method chaining

Parameters

tenantId

the tenant identifier, or null

See also


abstract val tenantId: String?