IdentityEventAdapter

No-op model adapter which passes through the incoming events as-is.

Source:
EventAdapter.scala
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala
Inherited from:
Singleton
Source:
Mirror.scala

Value members

Concrete methods

override def fromJournal(event: Any, manifest: String): EventSeq
Definition Classes
Source:
EventAdapter.scala
override def manifest(event: Any): String
Definition Classes
Source:
EventAdapter.scala
override def toJournal(event: Any): Any
Definition Classes
Source:
EventAdapter.scala

Inherited methods

Inherited from:
Product