Interface OpenConfigClient
-
- All Known Implementing Classes:
OpenConfigClientImpl
public interface OpenConfigClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
OpenConfigClient.Handler
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
shutdown()
void
subscribe(OpenConfigClient.Handler handler)
-
-
-
Method Detail
-
subscribe
void subscribe(OpenConfigClient.Handler handler)
-
shutdown
void shutdown()
-
-