Uses of Interface
com.vaadin.flow.component.PushConfiguration
-
Packages that use PushConfiguration Package Description com.vaadin.flow.component com.vaadin.flow.internal.nodefeature com.vaadin.flow.server -
-
Uses of PushConfiguration in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return PushConfiguration Modifier and Type Method Description PushConfigurationUI. 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 PushConfiguration Modifier and Type Class Description classPushConfigurationMapMap for storing the push configuration for a UI. -
Uses of PushConfiguration in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return PushConfiguration Modifier and Type Method Description PushConfigurationInitialPageSettings. getPushConfiguration()Deprecated.Returns the object used for configuring the push channel.Methods in com.vaadin.flow.server that return types with arguments of type PushConfiguration Modifier and Type Method Description Optional<PushConfiguration>AppShellSettings. getPushConfiguration()Deprecated.It only works when useDeprecatedV14Bootstrapping is enabled.Methods in com.vaadin.flow.server with parameters of type PushConfiguration Modifier and Type Method Description voidAppShellRegistry. modifyPushConfiguration(PushConfiguration pushConfiguration)Modifies PushConfiguration instance based on thePushannotation onAppShellConfigurator.protected voidBootstrapHandler. setupPushConnectionFactory(PushConfiguration pushConfiguration, BootstrapHandler.BootstrapContext context)
-