data

dev.profunktor.redis4cats.streams.data
object data

Attributes

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

Members list

Type members

Classlikes

final case class MessageId(value: String) extends AnyVal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all