| Package | Description |
|---|---|
| io.servicecomb.core | |
| io.servicecomb.core.definition.schema | |
| io.servicecomb.core.executor | |
| io.servicecomb.core.invocation | |
| io.servicecomb.core.provider.consumer |
| 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 |
|---|---|
protected void |
ConsumerSchemaFactory.createOperation(ConsumerSchemaContext context,
OperationMeta operationMeta,
ConsumerArgumentsMapper argsMapper) |
protected void |
ProducerSchemaFactory.createOperation(ProducerSchemaContext context,
OperationMeta operationMeta,
ProducerArgumentsMapper argsMapper) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
OperationMeta |
ConsumerOperationMeta.getOperationMeta() |
| Constructor and Description |
|---|
ConsumerOperationMeta(OperationMeta operationMeta,
ConsumerArgumentsMapper argsMapper,
ConsumerResponseMapper responseMapper) |
Copyright © 2017. All rights reserved.