Uses of Class
org.apache.servicecomb.localregistry.RegistryBean
-
Uses of RegistryBean in org.apache.servicecomb.localregistry
Methods in org.apache.servicecomb.localregistry that return RegistryBeanModifier and TypeMethodDescriptionRegistryBean.addSchemaId(String schemaId) RegistryBean.addSchemaInterface(String schemaId, Class<?> schemaInterface) static RegistryBeanRegistryBean.buildFromYamlModel(String serviceName, Map<String, Object> serviceConfig) RegistryBean.setInstances(RegistryBean.Instances instances) RegistryBean.setSchemaIds(List<String> schemaIds) RegistryBean.setServiceName(String serviceName) RegistryBean.setVersion(String version) Constructors in org.apache.servicecomb.localregistry with parameters of type RegistryBeanModifierConstructorDescriptionLocalDiscoveryInstance(LocalOpenAPIRegistry localOpenAPIRegistry, RegistryBean registryBean, List<String> endpoints, LocalRegistrationInstance localRegistrationInstance)