dev.profunktor.redis4cats.streams.data.StreamingOffset
See theStreamingOffset companion trait
object StreamingOffset
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StreamingOffset.type
Members list
Type members
Classlikes
case class All[K](key: K) extends StreamingOffset[K]
Attributes
- Supertypes
-
trait StreamingOffset[K]trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Custom[K](key: K, offset: String) extends StreamingOffset[K]
Attributes
- Supertypes
-
trait StreamingOffset[K]trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Latest[K](key: K) extends StreamingOffset[K]
Attributes
- Supertypes
-
trait StreamingOffset[K]trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article