final class WriteMessage[T, C] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- val idField: Option[String]
- val idFieldValue: Option[String]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val operation: Operation
- val passThrough: C
- val query: Option[String]
- val routingFieldValue: Option[String]
- val source: Option[T]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- val updates: Map[String, Map[String, Any]]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withIdFieldValue(value: String): WriteMessage[T, C]
- def withIdFieldValue(idField: String, idFieldValue: String): WriteMessage[T, C]
- def withPassThrough[PT2](value: PT2): WriteMessage[T, PT2]
- def withQuery(value: String): WriteMessage[T, C]
- def withRoutingFieldValue(value: String): WriteMessage[T, C]
- def withSource[T2](value: T2): WriteMessage[T2, C]
- def withUpdates(value: Map[String, Map[String, AnyRef]]): WriteMessage[T, C]
- def withUpdates(value: Map[String, Map[String, Any]]): WriteMessage[T, C]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- val idField: Option[String]
- val idFieldValue: Option[String]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val operation: Operation
- val passThrough: C
- val query: Option[String]
- val routingFieldValue: Option[String]
- val source: Option[T]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- val updates: Map[String, Map[String, Any]]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withIdFieldValue(value: String): WriteMessage[T, C]
- def withIdFieldValue(idField: String, idFieldValue: String): WriteMessage[T, C]
- def withPassThrough[PT2](value: PT2): WriteMessage[T, PT2]
- def withQuery(value: String): WriteMessage[T, C]
- def withRoutingFieldValue(value: String): WriteMessage[T, C]
- def withSource[T2](value: T2): WriteMessage[T2, C]
- def withUpdates(value: Map[String, Map[String, AnyRef]]): WriteMessage[T, C]
- def withUpdates(value: Map[String, Map[String, Any]]): WriteMessage[T, C]