public interface CouchbaseRequest extends CouchbaseMessage
High-Level marker interface for all CouchbaseRequest
s.
Modifier and Type | Method and Description |
---|---|
String |
bucket()
The associated bucket name for this request.
|
Subject<CouchbaseResponse,CouchbaseResponse> |
observable()
Get the underlying
Observable . |
String |
password()
The password associated with the bucket for this request.
|
Subject<CouchbaseResponse,CouchbaseResponse> observable()
Get the underlying Observable
.
String bucket()
The associated bucket name for this request.
String password()
The password associated with the bucket for this request.
Copyright © 2014 Couchbase, Inc.