PartitionInterval

pgmq4s.domain.PartitionInterval
See thePartitionInterval companion object
sealed trait PartitionInterval

Partition interval for pg_partman-backed partitioned queues.

Either a numeric value (for msg_id-based partitioning) or a time interval (for timestamp-based partitioning).

Attributes

Companion
object
Source
PartitionInterval.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Numeric
class TimeBased
In this article