Uses of Class
org.apache.dubbo.rpc.model.ConsumerModel
Packages that use ConsumerModel
-
Uses of ConsumerModel in org.apache.dubbo.rpc.model
Methods in org.apache.dubbo.rpc.model that return ConsumerModelModifier and TypeMethodDescriptionstatic ConsumerModelApplicationModel.getConsumerModel(String serviceKey) Deprecated.ConsumerModel should fetch from contextModuleServiceRepository.lookupReferredService(String serviceKey) Deprecated.ModuleModel.registerInternalConsumer(Class<?> internalService, URL url) Methods in org.apache.dubbo.rpc.model that return types with arguments of type ConsumerModelModifier and TypeMethodDescriptionstatic Collection<ConsumerModel> ApplicationModel.allConsumerModels()Deprecated.FrameworkServiceRepository.allConsumerModels()ServiceRepository.allConsumerModels()ModuleServiceRepository.getReferredServices()ModuleServiceRepository.lookupReferredServices(String serviceKey) Methods in org.apache.dubbo.rpc.model with parameters of type ConsumerModelModifier and TypeMethodDescriptionvoidModuleServiceRepository.registerConsumer(ConsumerModel consumerModel) voidModuleServiceRepository.unregisterConsumer(ConsumerModel consumerModel)