| 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 |
|---|---|
void |
ShutdownHookHandler.handle(Invocation invocation,
AsyncResponse asyncResp) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportClientHandler.handle(Invocation invocation,
AsyncResponse asyncResp) |
void |
SimpleLoadBalanceHandler.handle(Invocation invocation,
AsyncResponse asyncResp) |
void |
ProducerOperationHandler.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) |
| Modifier and Type | Method and Description |
|---|---|
static Response |
InvokerUtils.innerSyncInvoke(Invocation invocation) |
static Object |
InvokerUtils.invoke(Invocation invocation) |
static void |
InvokerUtils.reactiveInvoke(Invocation invocation,
AsyncResponse asyncResp) |
static Object |
InvokerUtils.syncInvoke(Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerOperation.invoke(Invocation invocation,
AsyncResponse asyncResp) |
Copyright © 2017. All rights reserved.