|
||||||||||
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
Deprecated. Sets the publisher name. |
Optional Element Summary | |
---|---|
String |
data_key
Deprecated. replaced by dataKey |
String |
dataKey
Deprecated. Sets the data key in which the data is put. |
boolean |
synchronous
Deprecated. Enables/Disables synchronous sending. |
String |
topics
Deprecated. 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
public abstract String dataKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |