|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface HandleNotification
注册集群通知处理方法。
由指定的方法处理相应类型的通知。方法必须只有一个Object类型的参数。
| 必需元素摘要 | |
|---|---|
com.seeyon.ctp.cluster.notification.NotificationType |
type
通知类型。 |
| 元素详细信息 |
|---|
public abstract com.seeyon.ctp.cluster.notification.NotificationType type
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||