Node

zio.kafka.admin.AdminClient$.Node
See theNode companion object
final case class Node(id: Int, host: Option[String], port: Option[Int], rack: Option[String])

Value parameters

host

can't be empty string if present

id

= 0

port

can't be negative if present

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val asJava: Node