Packages

package migrator

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class JournalMigrator(profile: JdbcProfile)(implicit system: ActorSystem) extends Product with Serializable

    This will help migrate the legacy journal data onto the new journal schema with the appropriate serialization

    This will help migrate the legacy journal data onto the new journal schema with the appropriate serialization

    system

    the actor system

  2. case class SnapshotMigrator(profile: JdbcProfile)(implicit system: ActorSystem) extends Product with Serializable

    This will help migrate the legacy snapshot data onto the new snapshot schema with the appropriate serialization

    This will help migrate the legacy snapshot data onto the new snapshot schema with the appropriate serialization

    system

    the actor system

Value Members

  1. case object JournalMigrator extends Product with Serializable
  2. case object SnapshotMigrator extends Product with Serializable

Ungrouped