| 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.
|
| Constructor and Description |
|---|
Hub(HubDAO dao,
Verifier verifier,
Notifier notifier,
FeedFetcher fetcher)
Constructs a new Hub instance
|
Hub(HubDAO dao,
Verifier verifier,
Notifier notifier,
FeedFetcher fetcher,
Set<String> validSchemes,
Set<Integer> validPorts,
Set<String> validTopics)
Constructs a new Hub instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNotifier |
class |
ThreadPoolNotifier
A notifier implementation that uses a thread pool to deliver notifications to subscribers
|
class |
UnthreadedNotifier
A notifier that does not use threads.
|
Copyright © 2016. All rights reserved.