Event

@SerialVersionUID(0L)
final case class Event(value: ReadEvent) extends Content
trait Content
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

Value members

Concrete methods

override def event: Option[ReadEvent]
Definition Classes
override def isEvent: Boolean
Definition Classes
override def number: Int
Definition Classes
GeneratedOneof

Inherited methods

def checkpoint: Option[Checkpoint]
Inherited from:
Content
Inherited from:
Content
def firstStreamPosition: Option[Long]
Inherited from:
Content
def isCheckpoint: Boolean
Inherited from:
Content
def isConfirmation: Boolean
Inherited from:
Content
def isDefined: Boolean
Inherited from:
Content
def isEmpty: Boolean
Inherited from:
Content
Inherited from:
Content
Inherited from:
Content
Inherited from:
Content
def isStreamNotFound: Boolean
Inherited from:
Content
def lastStreamPosition: Option[Long]
Inherited from:
Content
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
Content
def valueOption: Option[ValueType]
Inherited from:
GeneratedOneof