| Modifier and Type | Method and Description |
|---|---|
OperationMeta |
Invocation.getOperationMeta() |
| Constructor and Description |
|---|
Invocation(Endpoint endpoint,
OperationMeta operationMeta,
Map<String,Object> swaggerArguments) |
Invocation(ReferenceConfig referenceConfig,
OperationMeta operationMeta,
InvocationRuntimeType invocationRuntimeType,
Map<String,Object> swaggerArguments) |
| Modifier and Type | Method and Description |
|---|---|
OperationMeta |
SchemaMeta.ensureFindOperation(String operationId) |
OperationMeta |
SchemaMeta.findOperation(String operationId) |
OperationMeta |
OperationMeta.init(SchemaMeta schemaMeta,
org.apache.servicecomb.swagger.generator.core.model.SwaggerOperation swaggerOperation) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperationMeta> |
SchemaMeta.getOperations() |
Collection<OperationMeta> |
MicroserviceMeta.getOperations() |
Map<String,OperationMeta> |
MicroserviceMeta.operationMetas() |
| Modifier and Type | Method and Description |
|---|---|
OperationConfig |
MicroserviceVersionsMeta.getOrCreateOperationConfig(OperationMeta operationMeta) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
ExecutorManager.findExecutor(OperationMeta operationMeta) |
Executor |
ExecutorManager.findExecutor(OperationMeta operationMeta,
Executor defaultOperationExecutor) |
| Modifier and Type | Method and Description |
|---|---|
static Invocation |
InvocationFactory.forConsumer(ReferenceConfig referenceConfig,
OperationMeta operationMeta,
InvocationRuntimeType invocationRuntimeType,
Map<String,Object> swaggerArguments) |
static Invocation |
InvocationFactory.forProvider(Endpoint endpoint,
OperationMeta operationMeta,
Map<String,Object> swaggerArguments) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceConfig |
MicroserviceReferenceConfig.createReferenceConfig(OperationMeta operationMeta) |
ReferenceConfig |
MicroserviceReferenceConfig.createReferenceConfig(String transport,
OperationMeta operationMeta) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.