| Package | Description |
|---|---|
| org.beangle.notification | |
| org.beangle.notification.console | |
| org.beangle.notification.mail | |
| org.beangle.notification.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageQueue<T extends Message>
消息队列
|
interface |
NotificationTask<T extends Message>
消息通知任务
|
interface |
Notifier<T extends Message> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage |
class |
SimpleMessage |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleNotifier.deliver(Message context) |
| Modifier and Type | Class and Description |
|---|---|
class |
MailMessage |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMailNotifier.afterSend(Message msg) |
protected void |
AbstractMailNotifier.beforeSend(Message msg) |
protected abstract String |
AbstractMailNotifier.buildSubject(Message msg) |
protected String |
DefaultMailNotifier.buildSubject(Message context) |
protected abstract String |
AbstractMailNotifier.buildText(Message msg) |
protected String |
DefaultMailNotifier.buildText(Message context) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMessageQueue<T extends Message> |
class |
DefaultNotificationTask<T extends Message> |
| Modifier and Type | Method and Description |
|---|---|
void |
SendingObserver.onFinish(Message msg) |
void |
SendingObserver.onStart(Message msg) |
Copyright © 2012 The Beangle Software Group. All Rights Reserved.