Packages

object InfluxDbWriteMessage

API may change.

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

Value Members

  1. def apply[T](point: T): InfluxDbWriteMessage[T, NotUsed]
  2. def create[T, C](point: T, passThrough: C): InfluxDbWriteMessage[T, C]
  3. def create[T](point: T): InfluxDbWriteMessage[T, NotUsed]