com.vaadin.flow.server.

Annotation Type VaadinServletConfiguration

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      boolean productionMode

      Whether Vaadin is in production mode.

    • Optional Element Summary

      Optional Elements
      Modifier and Type Optional Element and Description
      boolean closeIdleSessions

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

      int heartbeatInterval

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

      Class<? extends UI> ui

      Gets the UI class to use for the servlet.