Package

aecor.old

aggregate

Permalink

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

    Permalink

    Actor encapsulating state of event sourced entity behavior [Behavior]

  2. class AkkaRuntime extends AnyRef

    Permalink
  3. final case class AkkaRuntimeSettings(numberOfShards: Int, idleTimeout: FiniteDuration, askTimeout: FiniteDuration, clusterShardingSettings: ClusterShardingSettings) extends Product with Serializable

    Permalink
  4. type Correlation[C[_]] = FunctionK[C, CorrelationIdF]

    Permalink
  5. type CorrelationId = String

    Permalink
  6. type CorrelationIdF[A] = String

    Permalink
  7. trait Folder[F[_], A, B] extends AnyRef

    Permalink
  8. sealed abstract class Identity extends Product with Serializable

    Permalink
  9. sealed abstract class SnapshotPolicy[+E] extends Product with Serializable

    Permalink
  10. sealed abstract class Tagging[A] extends AnyRef

    Permalink

Value Members

  1. object AggregateActor

    Permalink
  2. object AkkaRuntime

    Permalink
  3. object AkkaRuntimeSettings extends Serializable

    Permalink
  4. object CorrelationId extends Serializable

    Permalink
  5. object Folder

    Permalink
  6. object Identity extends Serializable

    Permalink
  7. object SnapshotPolicy extends Serializable

    Permalink
  8. object StateRuntime

    Permalink
  9. object Tagging

    Permalink

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

  10. package serialization

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped