Packages

object Persistence extends ExtensionId[Persistence] with ExtensionIdProvider

Persistence extension provider.

Source
Persistence.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Persistence
  2. ExtensionIdProvider
  3. ExtensionId
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val JournalFallbackConfigPath: String

    Config path to fall-back to if a setting is not defined in a specific plugin's config section

  2. val SnapshotStoreFallbackConfigPath: String

    Config path to fall-back to if a setting is not defined in a specific snapshot plugin's config section

  3. def apply(system: ClassicActorSystemProvider): Persistence

    Returns an instance of the extension identified by this ExtensionId instance.

    Returns an instance of the extension identified by this ExtensionId instance.

    Definition Classes
    ExtensionId
  4. def apply(system: ActorSystem): Persistence

    Returns an instance of the extension identified by this ExtensionId instance.

    Returns an instance of the extension identified by this ExtensionId instance.

    Definition Classes
    ExtensionId
  5. def createExtension(system: ExtendedActorSystem): Persistence

    Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.

    Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.

    Definition Classes
    PersistenceExtensionId
  6. final def equals(other: Any): Boolean
    Definition Classes
    ExtensionId → AnyRef → Any
  7. def get(system: ClassicActorSystemProvider): Persistence

    Returns an instance of the extension identified by this ExtensionId instance.

    Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.

    override def get(system: ClassicActorSystemProvider): TheExtension = super.get(system)
    Definition Classes
    PersistenceExtensionId
  8. def get(system: ActorSystem): Persistence

    Java API.

    Java API.

    Definition Classes
    PersistenceExtensionId
  9. final def hashCode(): Int
    Definition Classes
    ExtensionId → AnyRef → Any
  10. def lookup(): Persistence.type

    Returns the canonical ExtensionId for this Extension

    Returns the canonical ExtensionId for this Extension

    Definition Classes
    PersistenceExtensionIdProvider