Class RouteRegistryHotswapper

java.lang.Object
com.vaadin.flow.router.internal.RouteRegistryHotswapper
All Implemented Interfaces:
VaadinHotswapper

public class RouteRegistryHotswapper extends Object implements VaadinHotswapper
A component that reacts on class changes to update route registries.

This class is meant to be used in combination wit Flow Hotswapper to immediately update routes registries when classes have been added or modified.

For internal use only. May be renamed or removed in a future release.
Since:
24.5
  • Constructor Details

    • RouteRegistryHotswapper

      public RouteRegistryHotswapper()
  • Method Details