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
/
EntityUpdateService
EntityUpdateService
works.iterative.entity.EntityUpdateService
trait
EntityUpdateService
[
Id
,
Command
,
Event
,
State
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
trait
EntityService
[
Id
,
Command
,
Event
,
State
,
Init
]
Members list
Clear all
Type members
Types
type
Op
[
A
] =
ZIO
[
CurrentUser
,
AggregateError
[
Id
,
Command
,
Event
,
State
],
A
]
Value members
Abstract methods
def
update
(
id
:
Id
,
command
:
Command
):
Op
[
Unit
]
In this article
Attributes
Members list
Type members
Types
Value members
Abstract methods