程序包的使用
org.apache.dubbo.registry.client
-
使用org.apache.dubbo.registry.client的程序包 程序包 说明 org.apache.dubbo.registry.client * The inspiration of service registration and discovery comes from Spring Cloud Commons.org.apache.dubbo.registry.client.event org.apache.dubbo.registry.client.event.listener org.apache.dubbo.registry.client.metadata org.apache.dubbo.registry.client.metadata.store org.apache.dubbo.registry.client.selector org.apache.dubbo.registry.support -
org.apache.dubbo.registry.client使用的org.apache.dubbo.registry.client中的类 类 说明 AbstractServiceDiscovery AbstractServiceDiscoveryFactory AbstractServiceDiscoveryFactoryimplementation with cache, the subclass should implementAbstractServiceDiscoveryFactory.createDiscovery(URL)method to create an instance ofServiceDiscoveryInstanceAddressURL RegistryClusterIdentifier ServiceDiscovery The common operations of Service DiscoveryServiceDiscoveryFactory The factory to createServiceDiscoveryServiceDiscoveryRegistry Being different to the traditional registry,ServiceDiscoveryRegistrythat is a new service-orientedRegistrybased onServiceDiscovery, it will not interact in the external registry directly, but store theurlsthat Dubbo services exported and referenced intoWritableMetadataServicewhenServiceDiscoveryRegistry.register(URL)andServiceDiscoveryRegistry.subscribe(URL, NotifyListener)methods are executed.ServiceInstance The model class of an instance of a service, which is used for service registration and discovery. -
org.apache.dubbo.registry.client.event使用的org.apache.dubbo.registry.client中的类 类 说明 ServiceDiscovery The common operations of Service DiscoveryServiceInstance The model class of an instance of a service, which is used for service registration and discovery. -
org.apache.dubbo.registry.client.event.listener使用的org.apache.dubbo.registry.client中的类 类 说明 ServiceDiscovery The common operations of Service Discovery -
org.apache.dubbo.registry.client.metadata使用的org.apache.dubbo.registry.client中的类 类 说明 ServiceDiscovery The common operations of Service DiscoveryServiceInstance The model class of an instance of a service, which is used for service registration and discovery.ServiceInstanceCustomizer The interface to customizethe service instanceonServiceInstancePreRegisteredEvent -
org.apache.dubbo.registry.client.metadata.store使用的org.apache.dubbo.registry.client中的类 类 说明 ServiceInstance The model class of an instance of a service, which is used for service registration and discovery. -
org.apache.dubbo.registry.client.selector使用的org.apache.dubbo.registry.client中的类 类 说明 ServiceInstance The model class of an instance of a service, which is used for service registration and discovery. -
org.apache.dubbo.registry.support使用的org.apache.dubbo.registry.client中的类 类 说明 ServiceDiscovery The common operations of Service Discovery