public interface DtmFeignClient extends IDtmServerStub
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 IDtmServerStubDtmResponse newGid()
newGid 在接口中 IDtmServerStubDtmResponse ping()
ping 在接口中 IDtmServerStubDtmResponse prepare(OperatorParam body)
prepare 在接口中 IDtmServerStubDtmResponse submit(OperatorParam body)
submit 在接口中 IDtmServerStubDtmResponse abort(OperatorParam body)
abort 在接口中 IDtmServerStubDtmResponse registerBranch(OperatorParam body)
registerBranch 在接口中 IDtmServerStubfeign.Response busiGet(URI host, String path, Map<String,Object> queryMap)
busiGet 在接口中 IDtmServerStubCopyright © 2022. All rights reserved.