| Package | Description |
|---|---|
| com.rometools.certiorem.hub |
This package contains the core of the Hub implementation.
|
| com.rometools.certiorem.hub.notify.standard |
This package contains a set of standard Verifier implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notifier.notifySubscribers(java.util.List<? extends Subscriber> subscribers,
SyndFeed value,
Notifier.SubscriptionSummaryCallback callback)
Deprecated.
Instructs the notifier to begin sending notifications to the list of subscribers
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Notifier.SubscriptionSummaryCallback |
Notification.callback
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNotifier.notifySubscribers(java.util.List<? extends Subscriber> subscribers,
SyndFeed value,
Notifier.SubscriptionSummaryCallback callback)
Deprecated.
This method will serialize the synd feed and build Notifications for the implementation class
to handle.
|