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