| Package | Description |
|---|---|
| com.alipay.sofa.runtime.api.client.param | |
| com.alipay.sofa.runtime.service.binding | |
| com.alipay.sofa.runtime.spi.service |
| Modifier and Type | Method and Description |
|---|---|
BindingParam |
ReferenceParam.getBindingParam()
The
BindingParam of the SOFA reference to be created. |
| Modifier and Type | Method and Description |
|---|---|
List<BindingParam> |
ServiceParam.getBindingParams()
Get the
BindingParam list of the SOFA service to be created. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceParam.addBindingParam(BindingParam bindingParam)
Add a
BindingParam to the existing BindingParam list of the SOFA service to be created. |
void |
ReferenceParam.setBindingParam(BindingParam bindingParam)
Set the
BindingParam of the SOFA reference to be created. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceParam.setBindingParams(List<BindingParam> bindingParams)
Set the
BindingParam list of the SOFA service to be created. |
| Modifier and Type | Class and Description |
|---|---|
class |
JvmBindingParam |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BindingConverter<L extends BindingParam,R extends Binding>
Binding Converter, convert
BindingParam or xml Element to concrete Binding |
Copyright © 2021. All rights reserved.