| Interface | Description |
|---|---|
| Bus |
Bus provides a publish-subscribe service where multiple applications
register for receiving messages of different types that they are interested. |
| BusFactory |
BusFactory provides mechanism to access a bus of specific type
|
| BusListener |
BusListener is implemented by listeners of Bus.
|
| Class | Description |
|---|---|
| BusListenerId |
Applications use
BusListenerId to share its identity with Bus. |
| BusMessage |
Applications and
Bus use BusMessage to exchange messages. |
| Enum | Description |
|---|---|
| BusMessage.AckPolicy |
Copyright © 2014. All Rights Reserved.