Packages

p

aecor.old

aggregate

package aggregate

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. aggregate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AggregateActor[Command[_], State, Event] extends PersistentActor with ActorLogging

    Actor encapsulating state of event sourced entity behavior [Behavior]

  2. class AkkaRuntime extends AnyRef
  3. final case class AkkaRuntimeSettings(numberOfShards: Int, idleTimeout: FiniteDuration, askTimeout: FiniteDuration, clusterShardingSettings: ClusterShardingSettings) extends Product with Serializable
  4. type Correlation[C[_]] = FunctionK[C, CorrelationIdF]
  5. type CorrelationId = String
  6. type CorrelationIdF[A] = String
  7. trait Folder[F[_], A, B] extends AnyRef
  8. sealed abstract class Identity extends Product with Serializable
  9. sealed abstract class SnapshotPolicy[+E] extends Product with Serializable
  10. sealed abstract class Tagging[A] extends AnyRef

Value Members

  1. object AggregateActor
  2. object AkkaRuntime
  3. object AkkaRuntimeSettings extends Serializable
  4. object CorrelationId
  5. object Folder
  6. object Identity extends Serializable
  7. object SnapshotPolicy extends Serializable
  8. object StateRuntime
  9. object Tagging

    Please refer to akka-persistence-cassandra documentation and its reference.conf to understand how tagging works internally

Inherited from AnyRef

Inherited from Any

Ungrouped