com.vaadin.flow.internal.

Class BrowserLiveReloadAccess


  • public class BrowserLiveReloadAccess
    extends Object

    Provides API to access to the BrowserLiveReload instance by a VaadinService.

    For internal use only. May be renamed or removed in a future release.

    Since:

    Author:

    Vaadin Ltd

    • Constructor Detail

      • BrowserLiveReloadAccess

        public BrowserLiveReloadAccess()
    • Method Detail

      • getLiveReload

        public BrowserLiveReload getLiveReload(VaadinService service)

        Returns a BrowserLiveReload instance for the given service.

        Returns null if production mode is enabled for the service.

        Parameters:

        service - a service

        Returns:

        a BrowserLiveReload instance or null for production mode