|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) public @interface Publisher
Event Admin Publisher handler. Be aware that despite is it provided in the annotations jar, it refers to an external handler.
| Required Element Summary | |
|---|---|
String |
name
Sets the publisher name. |
| Optional Element Summary | |
|---|---|
String |
data_key
Sets the data key in which the data is put. |
boolean |
synchronous
Enables/Disables synchronous sending. |
String |
topics
Sets topics on which event are sent. |
| Element Detail |
|---|
public abstract String name
public abstract String topics
public abstract boolean synchronous
public abstract String data_key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||