Uses of Interface
org.omnifaces.cdi.PushContext
Packages that use PushContext
-
Uses of PushContext in org.omnifaces.cdi.push
Classes in org.omnifaces.cdi.push that implement PushContextModifier and TypeClassDescriptionclassThis is a concrete web socket implementation ofPushContextinterface which is to be injected by@Push.classThis is a concrete SSE implementation ofPushContextinterface which is to be injected by@Push(type=SSE)or@Push(type=NOTIFICATION).Methods in org.omnifaces.cdi.push that return PushContextModifier and TypeMethodDescriptionPushContextProducer.produce(InjectionPoint injectionPoint) ReturnsPushContextassociated with channel name derived from given injection point.Method parameters in org.omnifaces.cdi.push with type arguments of type PushContextModifier and TypeMethodDescription<T> voidPushExtension.collect(ProcessInjectionPoint<T, PushContext> event) Collect injection points of typePushContextqualified withPushand detect whether Web Socket and/or SSE push is used.