iw-support-entity
iw-support-entity
API
works.iterative
entity
ARCommand
ARCommandResult
AREvent
AggregateError
AggregateRoot
AggregateRootFactory
AggregateRootModule
CommandError
EntityAlreadyExists
EntityCreateService
EntityFactory
EntityNotFound
EntityService
EntityServiceAccessor
EntityUpdateService
EventError
FactoryError
GeneratingFactory
InvalidCommand
InvalidRequest
UnhandledCommand
UnhandledEvent
ViewProcessor
event
impl
InMemoryEventStore
InMemoryEventStore
InMemorySnapshotStore
InMemorySnapshotStore
Event
EventRecord
EventRecord
EventStore
SnapshotStore
iw-support-entity
/
works.iterative
/
works.iterative.entity
/
AggregateRoot
AggregateRoot
works.iterative.entity.AggregateRoot
trait
AggregateRoot
[
Id
,
Command
,
Event
,
State
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
handle
(
command
:
ARCommand
[
Id
,
Command
]):
IO
[
AggregateError
[
Id
,
Command
,
Event
,
State
],
ARCommandResult
[
Id
,
Command
,
Event
,
State
]]
def
id
:
Id
def
state
:
UIO
[
State
]
In this article
Attributes
Members list
Value members
Abstract methods