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