public interface IDiscoveryListener
| Modifier and Type | Method and Description |
|---|---|
void |
addDiscoveredService(DiscoveredService service)
Add the service if needed.
|
void |
removeDiscoveredService(DiscoveredService service)
Remove the service from the list.
|
void addDiscoveredService(DiscoveredService service)
service - the service to addvoid removeDiscoveredService(DiscoveredService service)
service - the service to removeCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.