Packages

object TestSourceProvider

Source
TestSourceProvider.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestSourceProvider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def create[Offset, Envelope](sourceEvents: Source[Envelope, NotUsed], extractOffset: Function[Envelope, Offset]): TestSourceProvider[Offset, Envelope]

    A TestSourceProvider is used to supply an arbitrary stream of envelopes to a TestProjection

    A TestSourceProvider is used to supply an arbitrary stream of envelopes to a TestProjection

    sourceEvents

    - a akka.stream.javadsl.Source of envelopes

    extractOffset

    - a user-defined function to extract the offset from an envelope