Packages

sealed trait CouchbaseDeleteResult 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. CouchbaseDeleteResult
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def id: String
  2. abstract def isFailure: Boolean
  3. abstract def isSuccess: Boolean