package projection
Type Members
- class ProjectionRegistryModule extends Module
Provides an instance of
Projectionsto interact with the (internal)ProjectionRegistry.Provides an instance of
Projectionsto interact with the (internal)ProjectionRegistry.- Annotations
- @ApiMayChange()
- trait Projections extends AnyRef
Public interface to query the internal projection registry that keeps track of the
Stateof each projection.Public interface to query the internal projection registry that keeps track of the
Stateof 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 toReadSideProcessor's andTopicProducers'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()