|
|||||||||
Home >> All >> com >> aendvari >> hermes >> broker >> [ http overview ] | PREV PACKAGE NEXT PACKAGE |
Package com.aendvari.hermes.broker.http
This package contains several classes for the handling of messages.
See:
Description
Interface Summary | |
HttpMessageBrokerContext.Property | Various property constants. |
Class Summary | |
HttpMessageBrokerContext | Extends com.aendvari.hermes.broker.MessageBrokerContext to include HTTP/Servlet specific information. |
Package com.aendvari.hermes.broker.http Description
This package contains several classes for the handling of messages.
This system uses a publish/subscribe model. Messages are published on known topics, while listeners subscribe to those topics. The com.aendvari.hermes.broker.MessageBroker class handles the dispatching and listener subscription.
Topics are organized in a hierarchy. Subscribers to higher levels of the tree will receive messages sent to lower levels.
|
|||||||||
Home >> All >> com >> aendvari >> hermes >> broker >> [ http overview ] | PREV PACKAGE NEXT PACKAGE |