Conflicted

edomata.backend.eventsourcing.AggregateState.Conflicted
final case class Conflicted[S, E, R](last: S, onEvent: EventMessage[E], errors: Type[R]) extends AggregateState[S, E, R]

Attributes

Source
RepositoryReader.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val isValid: Boolean

Attributes

Inherited from:
AggregateState
Source
RepositoryReader.scala