@IocBean public class DupPubRelMessageStoreService extends Object implements IDupPubRelMessageStoreService
| 构造器和说明 |
|---|
DupPubRelMessageStoreService() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DupPubRelMessageStore> |
get(String clientId) |
void |
put(String clientId,
DupPubRelMessageStore dupPubRelMessageStore) |
void |
remove(String clientId,
int messageId) |
void |
removeByClient(String clientId) |
public void put(String clientId, DupPubRelMessageStore dupPubRelMessageStore)
put 在接口中 IDupPubRelMessageStoreServicepublic List<DupPubRelMessageStore> get(String clientId)
get 在接口中 IDupPubRelMessageStoreServicepublic void remove(String clientId, int messageId)
remove 在接口中 IDupPubRelMessageStoreServicepublic void removeByClient(String clientId)
removeByClient 在接口中 IDupPubRelMessageStoreServiceCopyright © 2019. All rights reserved.