Skip navigation links

Package eneter.messaging.messagingsystems.messagingsystembase

Messaging system interfaces.

See: Description

Package eneter.messaging.messagingsystems.messagingsystembase Description

Messaging system interfaces. The messaging system is responsible for transferring messages via channels.
The input channel represents the service which is identified by its address. It can accept connections from multiple output channels and receive/send messages from/to connected output channels.
The output channel represents the client side. It can connect the input channel (by specifying the address). Then it can send/receive messages to/from the connected input channel.
Skip navigation links