package eventsourcedentity
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait CommandContext extends EventSourcedEntityContext with MetadataContext
An event sourced command context.
- trait EventContext extends EventSourcedEntityContext
- abstract class EventSourcedEntity[S] extends AnyRef
- S
The type of the state for this entity.
- trait EventSourcedEntityContext extends EntityContext
Root context for all event sourcing contexts.
- trait EventSourcedEntityOptions extends EntityOptions
Root entity options for all event sourcing entities.
- trait EventSourcedEntityProvider[S, E <: EventSourcedEntity[S]] extends AnyRef
Register an event sourced entity in
kalix.scalasdk.Kalix
using aEventSourcedEntityProvider
.Register an event sourced entity in
kalix.scalasdk.Kalix
using aEventSourcedEntityProvider
. The concreteEventSourcedEntityProvider
is generated for the specific entities defined in Protobuf, for exampleCustomerEntityProvider
.
Value Members
- object EventSourcedEntity
- object EventSourcedEntityOptions