Uses of Interface
com.networknt.registry.NotifyListener
-
Packages that use NotifyListener Package Description com.networknt.registry com.networknt.registry.support com.networknt.registry.support.command -
-
Uses of NotifyListener in com.networknt.registry
Methods in com.networknt.registry with parameters of type NotifyListener Modifier and Type Method Description voidDiscoveryService. subscribe(URL url, NotifyListener listener)voidDiscoveryService. unsubscribe(URL url, NotifyListener listener) -
Uses of NotifyListener in com.networknt.registry.support
Methods in com.networknt.registry.support with parameters of type NotifyListener Modifier and Type Method Description protected voidDirectRegistry. doSubscribe(URL url, NotifyListener listener)protected voidDirectRegistry. doUnsubscribe(URL url, NotifyListener listener)voidFailbackRegistry. subscribe(URL url, NotifyListener listener)voidFailbackRegistry. unsubscribe(URL url, NotifyListener listener) -
Uses of NotifyListener in com.networknt.registry.support.command
Methods in com.networknt.registry.support.command with parameters of type NotifyListener Modifier and Type Method Description voidCommandServiceManager. addNotifyListener(NotifyListener notifyListener)protected voidCommandFailbackRegistry. doSubscribe(URL url, NotifyListener listener)protected voidCommandFailbackRegistry. doUnsubscribe(URL url, NotifyListener listener)voidCommandServiceManager. removeNotifyListener(NotifyListener notifyListener)
-