Package io.etcd.jetcd.support
Interface CloseableClient
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
MemorizingClientSupplier
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()close the client and release its resources.
-
Method Details
-
close
default void close()close the client and release its resources.- Specified by:
closein interfaceAutoCloseable
-