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 PushConfiguration
UI. 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 class
PushConfigurationMap
Map 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 PushConfiguration
InitialPageSettings. 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 void
AppShellRegistry. modifyPushConfiguration(PushConfiguration pushConfiguration)
Modifies PushConfiguration instance based on thePush
annotation onAppShellConfigurator
.protected void
BootstrapHandler. setupPushConnectionFactory(PushConfiguration pushConfiguration, BootstrapHandler.BootstrapContext context)
-