Interface ViewContext

All Superinterfaces:
Context
All Known Subinterfaces:
UpdateContext, ViewCreationContext

public interface ViewContext extends Context
Context for views.
  • Method Summary

    Modifier and Type
    Method
    Description
    The id of the view that this context is for.

    Methods inherited from interface kalix.javasdk.Context

    materializer
  • Method Details

    • viewId

      String viewId()
      The id of the view that this context is for.
      Returns:
      The view id.