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