Interface CloseableClient

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
Auth, Cluster, Election, KV, Lease, Lock, Maintenance, Watch
All Known Implementing Classes:
MemorizingClientSupplier

public interface CloseableClient extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    close the client and release its resources.
  • Method Details

    • close

      default void close()
      close the client and release its resources.
      Specified by:
      close in interface AutoCloseable