You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AllowConcurrentEvents configures an event handler as eligible for multi-threaded invocation. This is the same as using @Handler(dispatch = Invoke.asynchronously) with MBassador. It's a different test scenario which is currently not implemented.
No. You have to draw a distinction between asynchronous publication (fire and forget) when publishing an event. And the invocation of handlers for a specific event publication (which can be synchronous or asynchronous).
When parallel performance comparison, should you use @AllowConcurrentEvents annotation for Guava?
The text was updated successfully, but these errors were encountered: