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