Packages

object InfluxDbFlow

API may change.

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

Value Members

  1. def create(influxDB: InfluxDB): Flow[List[InfluxDbWriteMessage[Point, NotUsed]], List[InfluxDbWriteResult[Point, NotUsed]], NotUsed]
  2. def createWithPassThrough[C](influxDB: InfluxDB): Flow[List[InfluxDbWriteMessage[Point, C]], List[InfluxDbWriteResult[Point, C]], NotUsed]
  3. def typed[T](clazz: Class[T], influxDB: InfluxDB): Flow[List[InfluxDbWriteMessage[T, NotUsed]], List[InfluxDbWriteResult[T, NotUsed]], NotUsed]
  4. def typedWithPassThrough[T, C](clazz: Class[T], influxDB: InfluxDB): Flow[List[InfluxDbWriteMessage[T, C]], List[InfluxDbWriteResult[T, C]], NotUsed]