Package kalix.javasdk.replicatedentity
Class ReplicatedCounterMapEntity<K>
Object
kalix.javasdk.replicatedentity.ReplicatedEntity<ReplicatedCounterMap<K>>
kalix.javasdk.replicatedentity.ReplicatedCounterMapEntity<K>
-
Nested Class Summary
Nested classes/interfaces inherited from class kalix.javasdk.replicatedentity.ReplicatedEntity
ReplicatedEntity.Effect<R>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal ReplicatedCounterMap<K>
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
-
ReplicatedCounterMapEntity
public ReplicatedCounterMapEntity()
-
-
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<ReplicatedCounterMap<K>>
- Parameters:
factory
- the factory to create the initial empty replicated data object
-