com.qmetric.penfold.app.readstore

postgres

package postgres

Visibility
  1. Public
  2. All

Type Members

  1. case class Alias(value: String) extends Product with Serializable

  2. case class Aliases(aliases: Map[Alias, Path]) extends Product with Serializable

  3. case class LastKnownPageDetails(id: AggregateId, sortValue: Long, direction: NavigationDirection) extends Product with Serializable

  4. class LastKnownPageDetailsTransformer extends AnyRef

  5. trait MyPostgresDriver extends PostgresDriver with PgArraySupport with PgDateSupport with PgRangeSupport with PgJsonSupport with PgHStoreSupport with PgSearchSupport

  6. sealed trait NavigationDirection extends AnyRef

  7. class PaginatedQueryService extends AnyRef

  8. case class Path(value: String) extends Product with Serializable

  9. class PostgresReadStore extends ReadStore

  10. class PostgresReadStoreUpdater extends EventListener

  11. case class PreviousStatus(status: Status, statusLastModified: Long) extends Product with Serializable

  12. case class TaskData(id: AggregateId, version: AggregateVersion, created: Long, queue: QueueId, status: Status, statusLastModified: Long, previousStatus: Option[PreviousStatus], attempts: Int = 0, triggerDate: Long, assignee: Option[User], score: Long, sort: Long, payload: Payload, rescheduleReason: Option[String] = None, cancelReason: Option[String] = None, closeReason: Option[String] = None, closeResultType: Option[CloseResultType] = None) extends Product with Serializable

Value Members

  1. object Aliases extends Serializable

  2. object MyPostgresDriver extends MyPostgresDriver

  3. object NavigationDirection

  4. object TasksTable

Ungrouped