Package io.fabric8.kubernetes.client
Interface Watch
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
RawWatchConnectionManager,WatchConnectionManager,WatchHTTPManager
public interface Watch extends Closeable
-
Method Summary
Modifier and Type Method Description voidclose()Close the Watch.
-
Method Details
-
close
void close()Close the Watch.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-