com.vaadin.flow.server.

Annotation Type VaadinServletConfiguration

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      boolean productionMode

      Deprecated. 

      Whether Vaadin is in production mode.

    • Optional Element Summary

      Optional Elements
      Modifier and Type Optional Element and Description
      boolean closeIdleSessions

      Deprecated. 

      Whether a session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.

      boolean disableAutomaticServletRegistration

      Deprecated. 

      Whether the framework should register automatic servlets for the application or not.

      int heartbeatInterval

      Deprecated. 

      The number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.

      Class<? extends UI> ui

      Deprecated. 

      Gets the UI class to use for the servlet.