public interface DelayedCallbackRpc extends ServerRpc
Notifies the UI when a round-trip has been completed after a delayed callback has been registered.
| Modifier and Type | Method and Description |
|---|---|
void |
received(long latestDelayedID)
Mark the round-trip completed for all the pending delayed callbacks up to
the given one.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.