Package io.etcd.jetcd.support
Class MemorizingClientSupplier<T extends CloseableClient>
java.lang.Object
io.etcd.jetcd.support.MemorizingClientSupplier<T>
- All Implemented Interfaces:
CloseableClient,AutoCloseable,Supplier<T>
public class MemorizingClientSupplier<T extends CloseableClient>
extends Object
implements Supplier<T>, CloseableClient
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MemorizingClientSupplier
-
-
Method Details
-
get
- Specified by:
getin interfaceSupplier<T extends CloseableClient>
-
toString
-
close
public void close()Description copied from interface:CloseableClientclose the client and release its resources.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseableClient
-