Package jakarta.faces.push


package jakarta.faces.push
  • Class
    Description
    The CDI annotation @Push allows you to inject a PushContext associated with a given <f:websocket> channel in any container managed artifact in WAR.
    Supports inline instantiation of the Push qualifier.
    CDI interface to send a message object to the push socket channel as identified by @Push.