findByTenantId

abstract fun findByTenantId(tenantId: String): List<Channel>(source)
abstract fun findByTenantId(tenantId: String, pageable: Pageable): Page<Channel>(source)