Uses of Class
org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
Packages that use ServiceInstancesChangedListener
Package
Description
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
-
Uses of ServiceInstancesChangedListener in org.apache.dubbo.registry
Methods in org.apache.dubbo.registry that return ServiceInstancesChangedListenerModifier and TypeMethodDescriptiondefault ServiceInstancesChangedListenerNotifyListener.getServiceListener()Methods in org.apache.dubbo.registry with parameters of type ServiceInstancesChangedListenerModifier and TypeMethodDescriptiondefault voidNotifyListener.addServiceListener(ServiceInstancesChangedListener instanceListener) -
Uses of ServiceInstancesChangedListener in org.apache.dubbo.registry.client
Methods in org.apache.dubbo.registry.client that return ServiceInstancesChangedListenerModifier and TypeMethodDescriptiondefault ServiceInstancesChangedListenerServiceDiscovery.createListener(Set<String> serviceNames) Methods in org.apache.dubbo.registry.client that return types with arguments of type ServiceInstancesChangedListenerMethods in org.apache.dubbo.registry.client with parameters of type ServiceInstancesChangedListenerModifier and TypeMethodDescriptiondefault voidServiceDiscovery.addServiceInstancesChangedListener(ServiceInstancesChangedListener listener) final voidReflectionBasedServiceDiscovery.notifyListener(String serviceName, ServiceInstancesChangedListener listener, List<ServiceInstance> instances) default voidServiceDiscovery.removeServiceInstancesChangedListener(ServiceInstancesChangedListener listener) unsubscribe to instance change event. -
Uses of ServiceInstancesChangedListener in org.apache.dubbo.registry.integration
Methods in org.apache.dubbo.registry.integration that return ServiceInstancesChangedListenerMethods in org.apache.dubbo.registry.integration with parameters of type ServiceInstancesChangedListenerModifier and TypeMethodDescriptionvoidDynamicDirectory.addServiceListener(ServiceInstancesChangedListener instanceListener)