@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD,PARAMETER}) @Qualifier public @interface Push
String
topic
subtopic
public abstract String topic
public abstract String subtopic
Subtopic in form of subtopic name (e.g. "subtopic").
Subtopic might not be defined, when topic() has form of full topic address, it means when it contains subtopic already (e.g. "subtopic@topic").
topic()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.