AsynchronousCluster

Hi All,

Has the AsynchronousCluster class from Axon 2 been removed in v3?
If so, how should I go about to create event listeners that won’t use the callers thread?

Thanks,
Benoît

Hi,

Assuming you are using a SubscribingEventProcessor you can configure it with an AsynchronousEventProcessingStrategy. That pretty much gives you the same functionality.

Rene

Thanks René.