Interface PushContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
WebsocketPushContext

public interface PushContext extends Serializable

CDI interface to send a message object to the push socket channel as identified by @Push. This can be injected via @Push in any container managed artifact in WAR.

 @Inject
 @Push
 private PushContext channelName;
 

For detailed usage instructions, see @Push javadoc.

Since:
2.3
See Also: