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 void
DiscoveryService. subscribe(URL url, NotifyListener listener)
void
DiscoveryService. 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 void
DirectRegistry. doSubscribe(URL url, NotifyListener listener)
protected void
DirectRegistry. doUnsubscribe(URL url, NotifyListener listener)
void
FailbackRegistry. subscribe(URL url, NotifyListener listener)
void
FailbackRegistry. 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 void
CommandServiceManager. addNotifyListener(NotifyListener notifyListener)
protected void
CommandFailbackRegistry. doSubscribe(URL url, NotifyListener listener)
protected void
CommandFailbackRegistry. doUnsubscribe(URL url, NotifyListener listener)
void
CommandServiceManager. removeNotifyListener(NotifyListener notifyListener)
-