| Package | Description |
|---|---|
| org.apache.servicecomb.core | |
| org.apache.servicecomb.core.invocation | |
| org.apache.servicecomb.core.invocation.endpoint | |
| org.apache.servicecomb.core.transport |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Transport.getEndpoint() |
Endpoint |
Invocation.getEndpoint() |
Endpoint |
Transport.getPublishEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
Invocation.setEndpoint(Endpoint endpoint) |
| Constructor and Description |
|---|
Invocation(Endpoint endpoint,
OperationMeta operationMeta,
Map<String,Object> swaggerArguments) |
| Modifier and Type | Method and Description |
|---|---|
static Invocation |
InvocationFactory.forProvider(Endpoint endpoint,
OperationMeta operationMeta,
Map<String,Object> swaggerArguments) |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
EndpointCacheUtils.create(String uri) |
static Endpoint |
EndpointCacheUtils.getOrCreate(String uri) |
static Endpoint |
EndpointUtils.parse(String uriEndpoint) |
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
AbstractTransport.endpoint |
protected Endpoint |
AbstractTransport.publishEndpoint |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
AbstractTransport.getEndpoint() |
Endpoint |
AbstractTransport.getPublishEndpoint() |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.