Packages

sealed trait CouchbaseWriteResult[T <: Document[_]] extends AnyRef

Wrapper to for handling Couchbase write failures in-stream instead of failing the stream.

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CouchbaseWriteResult
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def doc: T
  2. abstract def isFailure: Boolean
  3. abstract def isSuccess: Boolean