Package com.couchbase.client.core.env
Class OwnedSupplier<T>
java.lang.Object
com.couchbase.client.core.env.OwnedSupplier<T>
- All Implemented Interfaces:
Supplier<T>
@Deprecated
@Internal
@UsedBy(SPRING_DATA_COUCHBASE)
public class OwnedSupplier<T>
extends Object
implements Supplier<T>
Deprecated.
A special supplier which allows the SDK to distinguish passed in suppliers vs. owned ones.
DO NOT USE THIS CLASS DIRECTLY!
-
Constructor Summary
-
Method Summary
OwnedOrExternal.owned(Object)
instead.