Uses of Interface
com.vaadin.flow.server.communication.PushConnectionFactory
-
Packages that use PushConnectionFactory Package Description com.vaadin.flow.component com.vaadin.flow.internal.nodefeature -
-
Uses of PushConnectionFactory in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type PushConnectionFactory Modifier and Type Method Description void
PushConfiguration. setPushConnectionFactory(PushConnectionFactory factory)
Sets the factory that will be used to create new instances ofPushConnection
. -
Uses of PushConnectionFactory in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature with parameters of type PushConnectionFactory Modifier and Type Method Description void
PushConfigurationMap. setPushConnectionFactory(PushConnectionFactory factory)
-