| Package | Description |
|---|---|
| com.alibaba.dubbo.config | |
| org.apache.dubbo.config | |
| org.apache.dubbo.config.bootstrap | |
| org.apache.dubbo.config.bootstrap.builders |
A bunch of builder classes to facilitate programming of raw API.
|
| org.apache.dubbo.config.context | |
| org.apache.dubbo.config.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumerConfig
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConsumerConfig |
ReferenceConfigBase.getConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceConfigBase.setConsumer(ConsumerConfig consumer) |
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.consumer(ConsumerConfig consumerConfig) |
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.consumers(List<ConsumerConfig> consumerConfigs) |
| Modifier and Type | Method and Description |
|---|---|
ConsumerConfig |
ConsumerBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ReferenceBuilder<T> |
ReferenceBuilder.consumer(ConsumerConfig consumer) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConsumerConfig> |
ConfigManager.getConsumer(String id) |
Collection<ConsumerConfig> |
ConfigManager.getConsumers() |
Optional<ConsumerConfig> |
ConfigManager.getDefaultConsumer()
Only allows one default ConsumerConfig
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addConsumer(ConsumerConfig consumerConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addConsumers(Iterable<ConsumerConfig> consumerConfigs) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigValidationUtils.validateConsumerConfig(ConsumerConfig config) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.