java.lang.Object
org.omnifaces.cdi.push.SocketPushContextProducer
This producer prepares the SocketPushContext instance for injection by @Push.
- Since:
- 2.3
- 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
-
SocketPushContextProducer
public SocketPushContextProducer()
-
-
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.
-