-
Method Summary
Optional<com.couchbase.client.core.retry.RetryStrategy>
Returns the custom retry strategy if provided.
Set<com.couchbase.client.core.service.ServiceType>
Returns the custom timeout if provided.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
timeout
Returns the custom timeout if provided.
-
serviceTypes
public Set<com.couchbase.client.core.service.ServiceType> serviceTypes()
-
retryStrategy
public Optional<com.couchbase.client.core.retry.RetryStrategy> retryStrategy()
Returns the custom retry strategy if provided.