public class NamingOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
extra
extra NamingService specific options
|
protected String |
group
identify different service implementation for the same interface.
|
protected boolean |
ignoreFailOfNamingService
if true, naming service will throw exception when register/subscribe exceptions.
|
protected String |
serviceId
use serviceId to identify all instances for this service, often is interfaceName.
|
protected String |
version
identify service version.
|
| Constructor and Description |
|---|
NamingOptions() |
NamingOptions(NamingOptions rhs) |
protected String group
protected String version
protected boolean ignoreFailOfNamingService
protected String serviceId
public NamingOptions()
public NamingOptions(NamingOptions rhs)
Copyright © 2020 Baidu, Inc.. All rights reserved.