public abstract class BaseEngine extends Destroyable
| Constructor and Description |
|---|
BaseEngine(SDKContext sdkContext) |
| Modifier and Type | Method and Description |
|---|---|
static BaseEngine |
getEngine(ValueContext valueContext) |
SDKContext |
getSDKContext() |
void |
init() |
void |
reportServerCall(ServiceCallResult serviceCallResult,
TargetServer targetServer,
String method)
上报内部服务调用结果
|
destroy, getName, isDestroyedpublic BaseEngine(SDKContext sdkContext)
public void init()
throws PolarisException
PolarisExceptionpublic SDKContext getSDKContext()
public static BaseEngine getEngine(ValueContext valueContext)
public void reportServerCall(ServiceCallResult serviceCallResult, TargetServer targetServer, String method)
serviceCallResult - 服务调用结果targetServer - 目标服务端method - 方法Copyright © 2023. All rights reserved.