Class EnterpriseEditionInitializer

java.lang.Object
com.vaadin.flow.server.startup.BaseLicenseCheckerServiceInitListener
com.vaadin.platform.ee.EnterpriseEditionInitializer
All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener, Serializable, EventListener

public class EnterpriseEditionInitializer extends com.vaadin.flow.server.startup.BaseLicenseCheckerServiceInitListener
Service initialization listener for Vaadin Enterprise Edition.

It declares the "vaadin-ee" product and delegates the actual license check to super (BaseLicenseCheckerServiceInitListener). At runtime it logs a banner: the normal one when the license is valid, or an error when no valid license is found.

See Also:
  • Constructor Details

    • EnterpriseEditionInitializer

      public EnterpriseEditionInitializer()
  • Method Details

    • serviceInit

      public void serviceInit(com.vaadin.flow.server.ServiceInitEvent event)
      Specified by:
      serviceInit in interface com.vaadin.flow.server.VaadinServiceInitListener
      Overrides:
      serviceInit in class com.vaadin.flow.server.startup.BaseLicenseCheckerServiceInitListener