Packages

p

onextent.akka

stsource

package stsource

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class NoMore() extends Product with Serializable
  2. final case class Pull() extends Product with Serializable
  3. case class StConfig(size: Int, stgUrl: URL, validSets: Map[String, List[String]], reproducible: Boolean = true) extends Product with Serializable

    size == 0 means infinite

  4. class StConnector extends Actor with LazyLogging
  5. class StReader extends AnyRef
  6. class StSource extends GraphStage[SourceShape[String]] with LazyLogging

    Entry point api.

    Entry point api. Users instantiate this and wire it into their streams.

Value Members

  1. object MkIterator

    val numbers = MkIterator(506, "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten")`
    for (i <- 1 to 10)`
      println(s"iter saw ${numbers.next()}")
  2. object StConnector extends LazyLogging
  3. object StSource

    Convenience entry point api.

    Convenience entry point api. Users instantiate this and wire it into their streams.

Ungrouped