data

dev.profunktor.redis4cats.streams.data$
object data

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
data.type

Members list

Concise view

Type members

Classlikes

final case class MessageId(value: String) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait StreamingOffset[K] extends Product with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class All[K]
class Custom[K]
class Latest[K]
final case class XAddMessage[K, V](key: K, body: Map[K, V], approxMaxlen: Option[Long])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class XReadMessage[K, V](id: MessageId, key: K, body: Map[K, V])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any