Uses of Class
org.apache.dubbo.rpc.model.ServiceModel
Packages that use ServiceModel
Package
Description
-
Uses of ServiceModel in org.apache.dubbo.common
Methods in org.apache.dubbo.common that return ServiceModelMethods in org.apache.dubbo.common with parameters of type ServiceModelModifier and TypeMethodDescriptionvoidBaseServiceMetadata.setServiceModel(ServiceModel serviceModel) URL.setServiceModel(ServiceModel serviceModel) -
Uses of ServiceModel in org.apache.dubbo.common.threadpool.manager
Methods in org.apache.dubbo.common.threadpool.manager with parameters of type ServiceModelModifier and TypeMethodDescriptionDefaultExecutorRepository.getExecutor(ServiceModel serviceModel, URL url) ExecutorRepository.getExecutor(ServiceModel serviceModel, URL url) -
Uses of ServiceModel in org.apache.dubbo.common.url.component
Methods in org.apache.dubbo.common.url.component that return ServiceModelModifier and TypeMethodDescriptionDubboServiceAddressURL.getServiceModel()ServiceAddressURL.getServiceModel()Methods in org.apache.dubbo.common.url.component with parameters of type ServiceModel -
Uses of ServiceModel in org.apache.dubbo.rpc.model
Subclasses of ServiceModel in org.apache.dubbo.rpc.modelModifier and TypeClassDescriptionclassThis model is bound to your reference's configuration, for example, group, version or method level configuration.classProviderModel is about published services