Interface SyncMessageBusListener

All Superinterfaces:
MessageBusListener

public interface SyncMessageBusListener extends MessageBusListener

Synchronous MessageBus listener interface

If this interface is implemented to listen to a MessageBus, then the received messages will be processed synchronously. If the MessageBus (channel) has both a synchronous and asynchronous listener applied to it, then the synchronous listener will process one after another, while the asynchronous listeners will be processed independently (and simultaneously) from each other and the synchronous listeners

Since:
4.0
Author:
JBStrap