Uses of Interface
org.omnifaces.cdi.PushContext
-
Packages that use PushContext Package Description org.omnifaces.cdi.push -
-
Uses of PushContext in org.omnifaces.cdi.push
Classes in org.omnifaces.cdi.push that implement PushContext Modifier and Type Class Description class
SocketPushContext
Methods in org.omnifaces.cdi.push that return PushContext Modifier and Type Method Description PushContext
SocketPushContextProducer. produce(InjectionPoint injectionPoint)
ReturnsPushContext
associated with channel name derived from given injection point.
-