@Target(value={METHOD,ANNOTATION_TYPE})
public @interface Subscriber
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Sets the subscriber name.
|
Modifier and Type | Optional Element and Description |
---|---|
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.
|
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
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.