public interface DtmFeignClient extends IDtmCommunicationClient
| 限定符和类型 | 方法和说明 |
|---|---|
DtmResponse |
abort(OperatorParam body) |
feign.Response |
busiGet(URI host,
String path,
Map<String,Object> queryMap) |
feign.Response |
busiPost(URI host,
String path,
Map<String,Object> queryMap,
Object body) |
DtmResponse |
newGid() |
DtmResponse |
ping() |
DtmResponse |
prepare(OperatorParam body) |
DtmResponse |
registerBranch(OperatorParam body) |
default String |
stubType() |
DtmResponse |
submit(OperatorParam body) |
default String stubType()
stubType 在接口中 IDtmCommunicationClientDtmResponse newGid()
newGid 在接口中 IDtmCommunicationClientDtmResponse ping()
ping 在接口中 IDtmCommunicationClientDtmResponse prepare(OperatorParam body)
prepare 在接口中 IDtmCommunicationClientDtmResponse submit(OperatorParam body)
submit 在接口中 IDtmCommunicationClientDtmResponse abort(OperatorParam body)
abort 在接口中 IDtmCommunicationClientDtmResponse registerBranch(OperatorParam body)
registerBranch 在接口中 IDtmCommunicationClientfeign.Response busiGet(URI host, String path, Map<String,Object> queryMap)
busiGet 在接口中 IDtmCommunicationClientCopyright © 2022. All rights reserved.