Package kalix.javasdk.impl
Interface ViewFactory
public interface ViewFactory
Low level interface for handling messages in views.
Generally, this should not be needed, instead, a class extending a generated abstract View
should be used.
-
Method Summary
Modifier and TypeMethodDescriptionkalix.javasdk.impl.view.ViewUpdateRouter
create
(ViewCreationContext context) Create a view handler for the given context.
-
Method Details
-
create
Create a view handler for the given context.- Parameters:
context
- The context.- Returns:
- The handler for the given context.
-