Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.internal.nodefeature | |
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
PushConfiguration |
UI.getPushConfiguration()
Retrieves the object used for configuring the push channel.
|
Modifier and Type | Class and Description |
---|---|
class |
PushConfigurationMap
Map for storing the push configuration for a UI.
|
Modifier and Type | Method and Description |
---|---|
PushConfiguration |
InitialPageSettings.getPushConfiguration()
Deprecated.
Returns the object used for configuring the push channel.
|
Modifier and Type | Method and Description |
---|---|
Optional<PushConfiguration> |
AppShellSettings.getPushConfiguration()
Deprecated.
It only works when useDeprecatedV14Bootstrapping is enabled.
Use a
UIInitListener instead if there are server-side
views. |
Modifier and Type | Method and Description |
---|---|
void |
AppShellRegistry.modifyPushConfiguration(PushConfiguration pushConfiguration)
Modifies PushConfiguration instance based on the
Push annotation
on AppShellConfigurator . |
protected void |
BootstrapHandler.setupPushConnectionFactory(PushConfiguration pushConfiguration,
BootstrapHandler.BootstrapContext context) |
Copyright © 2024. All rights reserved.