Package eneter.messaging.messagingsystems.synchronousmessagingsystem

Synchronous communication within one process (like a synchronous local call).

See:
          Description

Class Summary
SynchronousMessagingSystemFactory Messaging system delivering messages synchronously within the calling thread (like a method call).
 

Package eneter.messaging.messagingsystems.synchronousmessagingsystem Description

Synchronous communication within one process (like a synchronous local call). This messaging system transfers messages synchronously in the context of the calling thread. Therefore the calling thread is blocked until the message is delivered and processed. The messaging system is very fast and is suitable to deliver messages between components within one process.