Class RegisterEndpointServiceInitListener

  • All Implemented Interfaces:
    com.vaadin.flow.server.VaadinServiceInitListener, java.io.Serializable, java.util.EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    @Component
    public class RegisterEndpointServiceInitListener
    extends java.lang.Object
    implements com.vaadin.flow.server.VaadinServiceInitListener, org.springframework.context.ApplicationContextAware
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void serviceInit​(com.vaadin.flow.server.ServiceInitEvent event)  
      void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegisterEndpointServiceInitListener

        public RegisterEndpointServiceInitListener()
    • Method Detail

      • serviceInit

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

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException