Packages

object InfluxDbSource

Scala API.

API may change.

Annotations
@ApiMayChange()
Source
InfluxDbSource.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InfluxDbSource
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(influxDB: InfluxDB, query: Query): Source[QueryResult, NotUsed]

    Scala API: creates an pekko.stream.connectors.influxdb.impl.InfluxDbRawSourceStage from a given statement.

  2. def typed[T](clazz: Class[T], settings: InfluxDbReadSettings, influxDB: InfluxDB, query: Query): Source[T, NotUsed]

    Read elements of T from className or by query.