Package kalix.javasdk.impl
Interface ReplicatedEntityFactory
public interface ReplicatedEntityFactory
Low level interface for handling commands on a replicated entity.
Generally, this should not be needed, instead, a class extending a generated abstract ReplicatedEntity
should be used.
-
Method Summary
Modifier and TypeMethodDescriptionkalix.javasdk.impl.replicatedentity.ReplicatedEntityRouter<?,
?> create
(ReplicatedEntityContext context) Create an entity handler for the given context.
-
Method Details
-
create
kalix.javasdk.impl.replicatedentity.ReplicatedEntityRouter<?,?> create(ReplicatedEntityContext context) Create an entity handler for the given context.- Parameters:
context
- The context.- Returns:
- The handler for the given context.
-