Package com.couchbase.client.core.env
Class ExternalSupplier<T>
java.lang.Object
com.couchbase.client.core.env.ExternalSupplier<T>
- All Implemented Interfaces:
Supplier<T>
Deprecated.
This supplier signals the entity passed in is not owned.
This class can be used with care, but usually it is better to just use the java 8 supplier interface directly or implement your own.
-
Constructor Summary
-
Method Summary
Supplier
instead. In internal Couchbase code, please useOwnedOrExternal.external(Object)
instead.