| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.communication | |
| com.vaadin.client.flow.reactive |
| Modifier and Type | Method and Description |
|---|---|
static void |
DependencyLoader.runWhenEagerDependenciesLoaded(Command command)
Adds a command to be run when all eager dependencies have finished
loading.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PushConnection.disconnect(Command command)
Closes the push connection.
|
void |
AtmospherePushConnection.disconnect(Command command) |
void |
MessageHandler.setNextResponseSessionExpiredHandler(Command nextResponseSessionExpiredHandler)
Sets a temporary handler for session expiration.
|
| Modifier and Type | Method and Description |
|---|---|
static Computation |
Reactive.runWhenDependenciesChange(Command command)
Evaluates the given command whenever there is a change in any
ReactiveValue used in the command. |
static void |
Reactive.runWithComputation(Computation computation,
Command command)
Runs a task with the given computation set as
Reactive.getCurrentComputation(). |
Copyright © 2000–2026 Vaadin Ltd. All rights reserved.