Packages

package projection

Type Members

  1. class ProjectionRegistryModule extends Module

    Provides an instance of Projections to interact with the (internal) ProjectionRegistry.

    Provides an instance of Projections to interact with the (internal) ProjectionRegistry.

    Annotations
    @ApiMayChange()
  2. trait Projections extends AnyRef

    Public interface to query the internal projection registry that keeps track of the State of each projection.

    Public interface to query the internal projection registry that keeps track of the State of each projection. A projections is a process consuming an Akka Persistence Journal handling each event into a read table or a broker topic. In Lagom the term projection only refers to ReadSideProcessor's and TopicProducers's (not Broker subscribers). This is different than the meaning of projection in akka/akka-projection.

    See also https://www.lagomframework.com/documentation/latest/java/Projections.html

    Annotations
    @ApiMayChange()

Ungrouped