Package | Description |
---|---|
com.rometools.certiorem.hub.notify.standard |
This package contains a set of standard Verifier implementations.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractNotifier.enqueueNotification(Notification not)
Deprecated.
Implementation method that queues/sends a notification
|
protected void |
UnthreadedNotifier.enqueueNotification(Notification not)
Deprecated.
A blocking call that performs a notification.
|
protected void |
ThreadPoolNotifier.enqueueNotification(Notification not)
Deprecated.
Enqueues a notification to run.
|
protected void |
ThreadPoolNotifier.retry(Notification not)
Deprecated.
Schedules a notification to retry in two minutes.
|