| Modifier and Type | Class and Description |
|---|---|
class |
NonSwaggerInvocation |
| Modifier and Type | Method and Description |
|---|---|
void |
Handler.handle(Invocation invocation,
AsyncResponse asyncResp) |
void |
Transport.send(Invocation invocation,
AsyncResponse asyncResp) |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
InvocationBaseEvent.getInvocation() |
| Constructor and Description |
|---|
InvocationBaseEvent(Invocation invocation) |
InvocationBusinessMethodFinishEvent(Invocation invocation) |
InvocationBusinessMethodStartEvent(Invocation invocation) |
InvocationFinishEvent(Invocation invocation,
Response response) |
InvocationStartEvent(Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<MicroserviceVersionMeta,Map<String,MicroserviceInstance>> |
OperationInstancesDiscoveryFilter.groupByVersion(Invocation invocation,
Map<String,MicroserviceInstance> instances) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerOperationHandler.handle(Invocation invocation,
AsyncResponse asyncResp) |
void |
SimpleLoadBalanceHandler.handle(Invocation invocation,
AsyncResponse asyncResp) |
void |
TransportClientHandler.handle(Invocation invocation,
AsyncResponse asyncResp) |
| Modifier and Type | Method and Description |
|---|---|
static Invocation |
InvocationFactory.forConsumer(ReferenceConfig referenceConfig,
OperationMeta operationMeta,
Object[] swaggerArguments) |
static Invocation |
InvocationFactory.forConsumer(ReferenceConfig referenceConfig,
SchemaMeta schemaMeta,
String operationName,
Object[] swaggerArguments) |
static Invocation |
InvocationFactory.forConsumer(ReferenceConfig referenceConfig,
String operationQualifiedName,
Object[] swaggerArguments) |
static Invocation |
InvocationFactory.forProvider(Endpoint endpoint,
OperationMeta operationMeta,
Object[] swaggerArguments) |
| Constructor and Description |
|---|
InvocationStageTrace(Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
static Response |
InvokerUtils.innerSyncInvoke(Invocation invocation)
it's a internal API, caller make sure already invoked SCBEngine.ensureStatusUp
|
static Object |
InvokerUtils.invoke(Invocation invocation)
Deprecated.
|
static void |
InvokerUtils.reactiveInvoke(Invocation invocation,
AsyncResponse asyncResp)
it's a internal API, caller make sure already invoked SCBEngine.ensureStatusUp
|
static Object |
InvokerUtils.syncInvoke(Invocation invocation)
it's a internal API, caller make sure already invoked SCBEngine.ensureStatusUp
|
| Modifier and Type | Method and Description |
|---|---|
Invocation |
ScbMarker.getInvocation() |
| Constructor and Description |
|---|
ScbMarker(Invocation invocation) |
Copyright © 2017–2019 The Apache Software Foundation. All rights reserved.