Uses of Interface
com.vaadin.flow.component.PushConfiguration
Packages that use PushConfiguration
Package
Description
-
Uses of PushConfiguration in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return PushConfigurationModifier and TypeMethodDescriptionUI.getPushConfiguration()
Retrieves the object used for configuring the push channel. -
Uses of PushConfiguration in com.vaadin.flow.internal.nodefeature
Classes in com.vaadin.flow.internal.nodefeature that implement PushConfigurationModifier and TypeClassDescriptionclass
Map for storing the push configuration for a UI. -
Uses of PushConfiguration in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type PushConfigurationModifier and TypeMethodDescriptionvoid
AppShellRegistry.modifyPushConfiguration
(PushConfiguration pushConfiguration) Modifies PushConfiguration instance based on thePush
annotation onAppShellConfigurator
.protected void
BootstrapHandler.setupPushConnectionFactory
(PushConfiguration pushConfiguration, BootstrapHandler.BootstrapContext context)