Class CouchbaseEndpointBuilderFactory.CouchbaseHeaderNameBuilder

  • Enclosing interface:
    CouchbaseEndpointBuilderFactory

    public static class CouchbaseEndpointBuilderFactory.CouchbaseHeaderNameBuilder
    extends Object
    The builder of headers' name for the Couchbase component.
    • Constructor Detail

      • CouchbaseHeaderNameBuilder

        public CouchbaseHeaderNameBuilder()
    • Method Detail

      • ccbKey

        public String ccbKey()
        The key. The option is a: String type. Group: consumer
        Returns:
        the name of the header CCB_KEY.
      • ccbId

        public String ccbId()
        The document id. The option is a: String type. Group: common
        Returns:
        the name of the header CCB_ID.
      • ccbTtl

        public String ccbTtl()
        The expiry for the document in seconds. The option is a: String type. Group: producer
        Returns:
        the name of the header CCB_TTL.
      • ccbDdn

        public String ccbDdn()
        The design document name. The option is a: String type. Group: consumer
        Returns:
        the name of the header CCB_DDN.
      • ccbVn

        public String ccbVn()
        The view name. The option is a: String type. Group: consumer
        Returns:
        the name of the header CCB_VN.
      • cqlResumeQuery

        public String cqlResumeQuery()
        The resume action to execute when resuming. The option is a: String type. Group: consumer
        Returns:
        the name of the header CqlResumeQuery.