@Component public class OperateNotify extends Object implements cn.foxtech.common.entity.service.redis.BaseConsumerTypeNotify
| 构造器和说明 |
|---|
OperateNotify() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
notify(String entityType,
long updateTime,
Map<String,BaseEntity> addMap,
Set<String> delSet,
Map<String,BaseEntity> mdyMap)
通知变更
|
void |
rebindScriptEngine(BaseEntity entity) |
public void notify(String entityType, long updateTime, Map<String,BaseEntity> addMap, Set<String> delSet, Map<String,BaseEntity> mdyMap)
notify 在接口中 cn.foxtech.common.entity.service.redis.BaseConsumerTypeNotifyaddMap - 增加delSet - 删除mdyMap - 修改public void rebindScriptEngine(BaseEntity entity)
Copyright © 2024. All rights reserved.