| Package | Description |
|---|---|
| io.servicecomb.core | |
| io.servicecomb.core.executor | |
| io.servicecomb.core.invocation |
| Modifier and Type | Method and Description |
|---|---|
OperationMeta |
Invocation.getOperationMeta() |
| Constructor and Description |
|---|
Invocation(Endpoint endpoint,
OperationMeta operationMeta,
Object[] swaggerArguments) |
Invocation(ReferenceConfig referenceConfig,
OperationMeta operationMeta,
Object[] swaggerArguments) |
| Modifier and Type | Method and Description |
|---|---|
static Executor |
ExecutorManager.findExecutor(OperationMeta operationMeta) |
| Modifier and Type | Method and Description |
|---|---|
static Invocation |
InvocationFactory.forConsumer(ReferenceConfig referenceConfig,
OperationMeta operationMeta,
Object[] swaggerArguments) |
static Invocation |
InvocationFactory.forProvider(Endpoint endpoint,
OperationMeta operationMeta,
Object[] swaggerArguments)
transport server收到请求时,创建invocation
|
Copyright © 2017. All rights reserved.