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