| Interface | Description |
|---|---|
| ISubscriptionContextAware |
This interface marks components that have access to the subscription context.
|
| Class | Description |
|---|---|
| AbstractSubscriptionContextAware |
The base implementation for subscription context aware objects (mightily obvious :)
|
| MessageEnvelope |
A message envelope is used to wrap messages of arbitrary type such that a handler
my receive messages of different types.
|
| Subscription |
A subscription is a thread safe container for objects that contain message handlers
|
| SubscriptionContext |
The subscription context holds all (meta)data/objects that are relevant to successfully publish
a message within a subscription.
|
| SubscriptionFactory |
The subscription factory is used to create an empty subscription for specific message handler.
|
| SubscriptionManager |
The subscription managers primary task is consistently handle new and existing subscriptions
and to synchronize concurrent access to them efficiently.
|
Copyright © 2013. All Rights Reserved.