Package kalix.javasdk.replicatedentity
Class ReplicatedSetEntity<T>
Object
kalix.javasdk.replicatedentity.ReplicatedEntity<ReplicatedSet<T>>
kalix.javasdk.replicatedentity.ReplicatedSetEntity<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class kalix.javasdk.replicatedentity.ReplicatedEntity
ReplicatedEntity.Effect<R>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal ReplicatedSet<T>
emptyData
(ReplicatedDataFactory factory) Implement by returning the initial empty replicated data object.Methods inherited from class kalix.javasdk.replicatedentity.ReplicatedEntity
_internalSetCommandContext, commandContext, effects
-
Constructor Details
-
ReplicatedSetEntity
public ReplicatedSetEntity()
-
-
Method Details
-
emptyData
Description copied from class:ReplicatedEntity
Implement by returning the initial empty replicated data object. This object will be passed into the command handlers.Also known as the "zero" or "neutral" state.
The initial data cannot be
null
.- Specified by:
emptyData
in classReplicatedEntity<ReplicatedSet<T>>
- Parameters:
factory
- the factory to create the initial empty replicated data object
-