|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) public @interface Subscriber
Event Admin Subscriber 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 subscriber name. |
Optional Element Summary | |
---|---|
String |
data_key
Deprecated. replaced by dataKey |
String |
data_type
Deprecated. replaced by dataType |
String |
dataKey
Sets the data key in which the data is stored. |
String |
dataType
Sets the data type (type of the received data). |
String |
filter
Sets the event filter. |
String |
topics
Sets topics on which event are received. |
Element Detail |
---|
public abstract String name
public abstract String topics
public abstract String data_key
public abstract String data_type
public abstract String dataKey
public abstract String dataType
public abstract String filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |