RichFaces Core API 4.2.2.Final

org.richfaces.cdi.push
Annotation Type Push


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD,PARAMETER})
@Qualifier
public @interface Push

Defines end-point for messages going through Push message bus.

Author:
Lukas Fryc

Required Element Summary
 String topic
          Topic in form of topic name (e.g.
 
Optional Element Summary
 String subtopic
           Subtopic in form of subtopic name (e.g.
 

Element Detail

topic

public abstract String topic
Topic in form of topic name (e.g. "topic") or topic address ("subtopic@topic")

subtopic

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").

Default:
""

RichFaces Core API 4.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.