@Target(value=FIELD)
public @interface Publisher
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Deprecated.
Sets the publisher name.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
data_key
Deprecated.
replaced by dataKey
|
java.lang.String |
dataKey
Deprecated.
Sets the data key in which the data is
put.
|
boolean |
synchronous
Deprecated.
Enables/Disables synchronous sending.
|
java.lang.String |
topics
Deprecated.
Sets topics on which event are sent.
|
public abstract java.lang.String topics
public abstract boolean synchronous
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.