ProjectionBehavior

akka.projection.ProjectionBehavior$

Attributes

Source:
ProjectionBehavior.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

sealed trait Command

Attributes

Source:
ProjectionBehavior.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Stop.type
object Stop extends Command

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

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

Attributes

Source:
ProjectionBehavior.scala
Graph
Supertypes
trait Command
class Object
trait Matchable
class Any
Self type
Stop.type

Value members

Concrete methods

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

Scala API: creates a ProjectionBehavior for the passed projections.

Scala API: creates a ProjectionBehavior for the passed projections.

Attributes

Source:
ProjectionBehavior.scala
def create[Envelope](projectionFactory: Projection[Envelope]): Behavior[Command]

Java API: creates a ProjectionBehavior for the passed projections.

Java API: creates a ProjectionBehavior for the passed projections.

Attributes

Source:
ProjectionBehavior.scala

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

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

Attributes

Source:
ProjectionBehavior.scala