Interface ApplicationStrategyEventManager<T>
- All Superinterfaces:
StrategyEventManager<T>
- All Known Subinterfaces:
AccountStatusEventManager,RequestMappingScanEventManager
Description: 应用策略事件
- Author:
- : gengwei.zheng
- Date:
- : 2022/3/29 7:26
-
Method Summary
Methods inherited from interface cn.herodotus.engine.message.core.definition.strategy.StrategyEventManager
isLocal, postLocalProcess, postProcess, postProcess, postRemoteProcess, publishEvent
-
Method Details
-
getDestinationServiceName
String getDestinationServiceName()目的服务名称- Returns:
- 服务名称
-
postProcess
发送事件- Parameters:
data- 事件携带数据
-