Package javax.faces.push
package javax.faces.push
This package hosts the CDI annotation for
injecting a PushContext
.
-
ClassDescriptionThe CDI annotation
@
Push
allows you to inject aPushContext
associated with a given<f:websocket>
channel in any container managed artifact in WAR.CDI interface to send a message object to the push socket channel as identified by@
Push
.