Class RegisterEndpointServiceInitListener
java.lang.Object
com.flowingcode.addons.applayout.listener.RegisterEndpointServiceInitListener
- All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener,Serializable,EventListener
public class RegisterEndpointServiceInitListener
extends Object
implements com.vaadin.flow.server.VaadinServiceInitListener
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegisterEndpointServiceInitListener(dev.hilla.EndpointRegistry endpointRegistry2, org.springframework.context.ApplicationContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(com.vaadin.flow.server.ServiceInitEvent event)
-
Constructor Details
-
RegisterEndpointServiceInitListener
public RegisterEndpointServiceInitListener(dev.hilla.EndpointRegistry endpointRegistry2, org.springframework.context.ApplicationContext context)
-
-
Method Details
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent event) - Specified by:
serviceInitin interfacecom.vaadin.flow.server.VaadinServiceInitListener
-