Class ForwardCompatibility

java.lang.Object
com.couchbase.client.core.transaction.forwards.ForwardCompatibility

@Internal public class ForwardCompatibility extends Object
A mechanism to help ensure that older clients can be prevented from interacting with transactions created by future clients that they do not know how to process.

Sample map:

fc: { "WWC_OW": [{m:"X", b:"r"}, {p:"2.2", b:"f"}] "CL": [{p:"2.2", b:"f"}], }

  • Constructor Details

    • ForwardCompatibility

      public ForwardCompatibility(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode json)
  • Method Details