Packages

o

akka.projection

ProjectionBehavior

object ProjectionBehavior

Source
ProjectionBehavior.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectionBehavior
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Command extends AnyRef

Value Members

  1. def apply[Envelope](projection: Projection[Envelope]): Behavior[Command]

    Scala API: creates a ProjectionBehavior for the passed projections.

  2. def create[Envelope](projectionFactory: Projection[Envelope]): Behavior[Command]

    Java API: creates a ProjectionBehavior for the passed projections.

  3. def stopMessage(): Command

    Java API: The ProjectionBehavior and its Projection can be stopped with this message.

  4. object Stop extends Command

    The ProjectionBehavior and its Projection can be stopped with this message.