public class FunctionPackageChangeWatcher extends Object implements Closeable
| Constructor and Description | 
|---|
FunctionPackageChangeWatcher(FunctionPackageAccessor accessor,
                            FunctionPackageManager packageManager,
                            int interval)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
registerWatcherForPackage(FunctionPackage functionPackage)  | 
void | 
registerWatchers()  | 
void | 
unregisterWatcher(FunctionPackage functionPackage)  | 
public FunctionPackageChangeWatcher(FunctionPackageAccessor accessor, FunctionPackageManager packageManager, int interval)
public void registerWatchers()
public void registerWatcherForPackage(FunctionPackage functionPackage)
public void unregisterWatcher(FunctionPackage functionPackage)
public void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2020. All rights reserved.