BatchedEvents

portals.runtime.BatchedEvents$
object BatchedEvents

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class AtomBatch[T](path: String, list: List[WrappedEvent[T]]) extends EventBatch

Atom of regular events.

Atom of regular events.

Attributes

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

Internal API. Atom of events together with meta data.

Internal API. Atom of events together with meta data.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AtomBatch[T]

Extensions

Extensions

extension (batch: EventBatch)(batch: EventBatch)
def list: List[WrappedEvent[_]]
def nonEmpty: Boolean