public class RequestCache extends Object
限定符和类型 | 字段和说明 |
---|---|
static RequestCache |
instance |
限定符和类型 | 方法和说明 |
---|---|
void |
addRequestCallback(String clientId,
String conversationId,
int requestId,
LCCallback callback) |
void |
cleanRequestCallback(String clientId,
String conversationId,
int requestId) |
static RequestCache |
getInstance() |
LCCallback |
getRequestCallback(String clientId,
String conversationId,
int requestId) |
public static final RequestCache instance
public static RequestCache getInstance()
public void addRequestCallback(String clientId, String conversationId, int requestId, LCCallback callback)
public LCCallback getRequestCallback(String clientId, String conversationId, int requestId)
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.