+1 for the performance enhancement.
If it make sense we could let the event listener to subscribe a center type
of event.
My question is how can we describe the event that the listener is
interested?



Willem Jiang

Blog: http://willemjiang.blogspot.com (English)
          http://jnn.iteye.com  (Chinese)
Twitter: willemjiang
Weibo: 姜宁willem

On Sat, May 12, 2018 at 4:31 PM, wjm wjm <[email protected]> wrote:

> currently we publish invocation start/startProcess/finish event for every
> invocation
> now event based on guava EventBus
> it's easy to use.
>
> but EventBus based on reflection, performance is not the best.
> in the furture maybe we will add more invocaiton event, and more module
> will subscribe invocation event.
>
> so i want to publish invocation event, change from EventBus event to  event
> listener loaded by SPI.
>
> what's you suggestion?
>

Reply via email to