事件处理器或者预处理方法,能否拦截事件并对消息内容作出修改后再转发给其它低优先级事件处理器? #470
Answered
by
yanyongyu
colorthoro
asked this question in
问答
|
如题。目前想实现一个通用定时事件处理器。比如,已有一个内置echo命令,我想要10分钟后再echo,可以发送类似这样的命令: |
Answered by
yanyongyu
Jun 25, 2024
Replies: 1 comment 4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你可以用event pre processor来做处理,通过raise IgnoredException 来阻止事件传播,然后定时再广播事件