Packages

c

zio.entity.postgres.journal

PostgresEventJournal

class PostgresEventJournal[Key, Event] extends EventJournal[Key, Event] with JournalQuery[Long, Key, Event]

Linear Supertypes
JournalQuery[Long, Key, Event], EventJournal[Key, Event], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresEventJournal
  2. JournalQuery
  3. EventJournal
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PostgresEventJournal(pollingInterval: Duration, clock: Service, tableName: String, transactor: Transactor[Task])(implicit arg0: SchemaCodec[Key], arg1: SchemaCodec[Event])

Type Members

  1. type HasTagging = Tagging[Key]
    Definition Classes
    EventJournal
  2. case class Record(key: Array[Byte], seqNr: Long, event: Array[Byte], tags: List[String]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def append(key: Key, offset: Long, events: NonEmptyChunk[Event]): RIO[HasTagging, Unit]
    Definition Classes
    PostgresEventJournal → EventJournal
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def currentEventsByTag(tag: EventTag, offset: Option[Long]): Stream[Throwable, JournalEntry[Long, Key, Event]]
    Definition Classes
    PostgresEventJournal → JournalQuery
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def eventsByTag(tag: EventTag, offset: Option[Long]): ZStream[Any, Throwable, JournalEntry[Long, Key, Event]]
    Definition Classes
    PostgresEventJournal → JournalQuery
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def read(key: Key, offset: Long): Stream[Throwable, EntityEvent[Key, Event]]
    Definition Classes
    PostgresEventJournal → EventJournal
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from JournalQuery[Long, Key, Event]

Inherited from EventJournal[Key, Event]

Inherited from AnyRef

Inherited from Any

Ungrouped