| Package | Description |
|---|---|
| org.apache.servicecomb.core | |
| org.apache.servicecomb.core.executor | |
| org.apache.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) |
static Executor |
ExecutorManager.findExecutor(OperationMeta operationMeta,
Executor defaultOperationExecutor) |
| 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) |
Copyright © 2017–2019 The Apache Software Foundation. All rights reserved.