Package

io.funcqrs

projections

Permalink

package projections

Visibility
  1. Public
  2. All

Type Members

  1. case class OffsetEnvelope[O, E](offset: O, event: E) extends Product with Serializable

    Permalink

    An OffsetEnvelope tells you what the offset in the journal was for the Event

  2. trait Projection[E] extends AnyRef

    Permalink
  3. trait PublisherFactory[O, E] extends AnyRef

    Permalink

Value Members

  1. object Projection

    Permalink

Ungrouped