properties

zio.pulsar.Consumer.properties
final case class properties[K <: String, V <: String](value: SortedMap[K, V])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Property[SortedMap[K, V]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def name: String

Attributes

Inherited from:
Property
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product