public final class InvokerUtils extends Object
| Constructor and Description |
|---|
InvokerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Response |
innerSyncInvoke(Invocation invocation)
it's a internal API, caller make sure already invoked SCBEngine.ensureStatusUp
|
static Object |
invoke(Invocation invocation)
Deprecated.
|
static void |
reactiveInvoke(Invocation invocation,
AsyncResponse asyncResp)
it's a internal API, caller make sure already invoked SCBEngine.ensureStatusUp
|
static Object |
syncInvoke(Invocation invocation)
it's a internal API, caller make sure already invoked SCBEngine.ensureStatusUp
|
static Object |
syncInvoke(String microserviceName,
String schemaId,
String operationName,
Object[] args) |
static Object |
syncInvoke(String microserviceName,
String microserviceVersion,
String transport,
String schemaId,
String operationName,
Object[] args) |
public static Object syncInvoke(String microserviceName, String schemaId, String operationName, Object[] args)
public static Object syncInvoke(String microserviceName, String microserviceVersion, String transport, String schemaId, String operationName, Object[] args)
public static Object syncInvoke(Invocation invocation) throws InvocationException
invocation - InvocationExceptionpublic static Response innerSyncInvoke(Invocation invocation)
invocation - public static void reactiveInvoke(Invocation invocation, AsyncResponse asyncResp)
invocation - asyncResp - @Deprecated public static Object invoke(Invocation invocation)
Copyright © 2017–2019 The Apache Software Foundation. All rights reserved.