Class CollaborationEngineServiceInitListener

  • All Implemented Interfaces:
    com.vaadin.flow.server.VaadinServiceInitListener, java.io.Serializable, java.util.EventListener

    public class CollaborationEngineServiceInitListener
    extends java.lang.Object
    implements com.vaadin.flow.server.VaadinServiceInitListener
    A VaadinServiceInitListener which uses the Instantiator to find whether an instance of CollaborationEngineConfiguration is provided as a bean in the current environment, using that instance if found.
    Since:
    2.0
    Author:
    Vaadin Ltd
    See Also:
    Serialized Form
    • Constructor Detail

      • CollaborationEngineServiceInitListener

        public CollaborationEngineServiceInitListener()
    • Method Detail

      • serviceInit

        public void serviceInit​(com.vaadin.flow.server.ServiceInitEvent event)
        Specified by:
        serviceInit in interface com.vaadin.flow.server.VaadinServiceInitListener