About the Unload Beacon for Vaadin Flow category

Unload Beacon for Vaadin Flow: # Unload Beacon for Vaadin Flow

Starting with Vaadin 24.1 this add-on is obsolete!

This add-on uses the Beacon API to signal
whenever a page is unloaded in the
browser in order to immediately close the UI on the server. This allows for much earlier clean up of UIs
and associated resources than having to wait for missed heart beats or session timeouts to trigger a UI’s
eventual disposal. Of course this is only on a best effort basis as there will always be situations where
the browser is simply “gone” and no beacon will or can be sent.

This add-on in based on a technique demonstrated in the Vaadin Cookbook.

Getting started

In a Spring Boot application this add-on will work automatically once it has been added as dependency.
For other frameworks see VaadinServiceInitListener
on how to register the UnloadBeaconServiceInitListener manually.