All Classes and Interfaces
Class
Description
This annotation is used to write simpler code which uses a message bus.
A simple message bus for a local publish/subscribe facility.
A listener to receive notifications from a
MessageBus
.A strategy for message delivery in the
SimpleMessageBus
.An implementation of
MessageDelivery
that dispatches messages in a round-robin fashion, topic by topic.An implementation of
MessageDelivery
that dispatches messages as they are delivered, each one in a separated
thread.A partial implementation of
MessageBus
.Designates a class as a simple subscriber of a message bus.