public class DefaultAssemblyFlow extends Object implements AssemblyFlow
| Constructor and Description |
|---|
DefaultAssemblyFlow() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCallService(AfterRequest afterRequest) |
void |
afterProcess(AfterRequest afterRequest) |
BeforeResponse |
beforeCallService(BeforeRequest beforeRequest) |
BeforeResponse |
beforeProcess(BeforeRequest beforeRequest) |
String |
getName() |
com.tencent.polaris.api.pojo.Instance |
getOneInstance(GetOneInstanceRequest request) |
void |
initService(com.tencent.polaris.api.pojo.ServiceKey serviceKey) |
void |
setSDKContext(com.tencent.polaris.client.api.SDKContext sdkContext) |
void |
updateServiceCallResult(ServiceCallResult result) |
public String getName()
getName in interface com.tencent.polaris.client.flow.AbstractFlowpublic void setSDKContext(com.tencent.polaris.client.api.SDKContext sdkContext)
setSDKContext in interface com.tencent.polaris.client.flow.AbstractFlowpublic BeforeResponse beforeCallService(BeforeRequest beforeRequest)
beforeCallService in interface AssemblyFlowpublic void afterCallService(AfterRequest afterRequest)
afterCallService in interface AssemblyFlowpublic BeforeResponse beforeProcess(BeforeRequest beforeRequest)
beforeProcess in interface AssemblyFlowpublic void afterProcess(AfterRequest afterRequest)
afterProcess in interface AssemblyFlowpublic void initService(com.tencent.polaris.api.pojo.ServiceKey serviceKey)
initService in interface AssemblyFlowpublic com.tencent.polaris.api.pojo.Instance getOneInstance(GetOneInstanceRequest request)
getOneInstance in interface AssemblyFlowpublic void updateServiceCallResult(ServiceCallResult result)
updateServiceCallResult in interface AssemblyFlowCopyright © 2024. All rights reserved.