Package com.vaadin.platform.ee
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(com.vaadin.flow.server.ServiceInitEvent event)
-
Constructor Details
-
EnterpriseEditionInitializer
public EnterpriseEditionInitializer()
-
-
Method Details
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent event) - Specified by:
serviceInitin interfacecom.vaadin.flow.server.VaadinServiceInitListener- Overrides:
serviceInitin classcom.vaadin.flow.server.startup.BaseLicenseCheckerServiceInitListener
-