| Package | Description |
|---|---|
| com.alipay.sofa.runtime.model | |
| com.alipay.sofa.runtime.service.component | |
| com.alipay.sofa.runtime.service.component.impl | |
| com.alipay.sofa.runtime.spi.binding |
| Modifier and Type | Method and Description |
|---|---|
static InterfaceMode |
InterfaceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterfaceMode[] |
InterfaceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected InterfaceMode |
AbstractContract.interfaceMode
interface mode
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceMode |
AbstractContract.getInterfaceMode() |
| Constructor and Description |
|---|
AbstractContract(String uniqueId,
Class<?> interfaceType,
InterfaceMode interfaceMode) |
AbstractContract(String uniqueId,
Class<?> interfaceType,
InterfaceMode interfaceMode,
Map<String,String> property) |
| Constructor and Description |
|---|
ReferenceImpl(String uniqueId,
Class<?> interfaceType,
InterfaceMode interfaceMode,
boolean jvmFirst) |
ReferenceImpl(String uniqueId,
Class<?> interfaceType,
InterfaceMode interfaceMode,
boolean jvmFirst,
Map<String,String> properties) |
ServiceImpl(String uniqueId,
Class<?> interfaceType,
InterfaceMode interfaceMode,
Object target) |
ServiceImpl(String uniqueId,
Class<?> interfaceType,
InterfaceMode interfaceMode,
Object target,
Map<String,String> property) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceMode |
Contract.getInterfaceMode()
get interface mode
|
Copyright © 2021. All rights reserved.