public class RequestCache extends Object
Modifier and Type | Field and Description |
---|---|
static RequestCache |
instance |
Modifier and Type | Method and Description |
---|---|
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.