@Target(value=METHOD) public @interface Subscriber
Modifier and Type | Required Element and Description |
---|---|
String |
name
Sets the subscriber name.
|
Modifier and Type | Optional Element and Description |
---|---|
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.
|
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
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.