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 Type
    Method
    Description
    kalix.javasdk.impl.view.ViewUpdateRouter
    Create a view handler for the given context.
  • Method Details

    • create

      kalix.javasdk.impl.view.ViewUpdateRouter create(ViewCreationContext context)
      Create a view handler for the given context.
      Parameters:
      context - The context.
      Returns:
      The handler for the given context.