java.lang.Object
org.omnifaces.cdi.push.PushContextProducer
- Direct Known Subclasses:
SocketPushContextProducer
This CDI producer prepares the PushContext instance for injection by @Push.
- Since:
- 5.2
- Author:
- Bauke Scholtz
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionproduce(InjectionPoint injectionPoint) ReturnsPushContextassociated with channel name derived from given injection point.
-
Constructor Details
-
PushContextProducer
public PushContextProducer()
-
-
Method Details
-
produce
ReturnsPushContextassociated with channel name derived from given injection point.- Parameters:
injectionPoint- Injection point to derive channel name from.- Returns:
PushContextassociated with channel name derived from given injection point.
-