| Package | Description |
|---|---|
| com.digiwin.athena.esp.sdk | |
| com.digiwin.athena.esp.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
static ResponseModel |
Invoker.invokeRestFasync(RequestModel requestModel)
以全異步模式(fasync)調用服務池(RESTful)
|
static ResponseModel |
Invoker.invokeRestFasync(RequestModel requestModel,
String callbackId)
以全異步模式(fasync)調用服務池(RESTful) 以DWEAI實作callback的請使用此method進行調用
|
static ResponseModel |
Invoker.invokeRestFasync(RequestModel requestModel,
String callbackId,
Map<String,String> parentCallbackHeaders)
以全異步模式(fasync)調用服務池(RESTful) 以DWEAI實作全異步調用鍊的請使用此method進行調用
|
static ResponseModel |
Invoker.invokeRestFasync(String hostProd,
String hostVer,
String hostId,
String hostAcct,
String tenantId,
String serviceProd,
String serviceProdUid,
String serviceName,
Map<String,String> datakeys,
Map<String,String> headers,
String bodyJsonString)
Deprecated.
|
static ResponseModel |
Invoker.invokeRestFasync(String hostProd,
String hostVer,
String hostId,
String hostAcct,
String tenantId,
String serviceProd,
String serviceProdUid,
String serviceName,
Map<String,String> datakeys,
Map<String,String> headers,
String bodyJsonString,
Map<String,String> eocIds)
Deprecated.
|
static ResponseModel |
Invoker.invokeRestSync(RequestModel requestModel)
以同步模式(sync)調用服務池(RESTful)
|
| Modifier and Type | Method and Description |
|---|---|
ResponseModel |
MessageModel.getResponseModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageModel.setResponseModel(ResponseModel responseModel) |
Copyright © 2022. All rights reserved.