Uses of Interface
com.vaadin.flow.server.VaadinServiceInitListener
Packages that use VaadinServiceInitListener
-
Uses of VaadinServiceInitListener in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return types with arguments of type VaadinServiceInitListenerModifier and TypeMethodDescriptionDefaultInstantiator.getServiceInitListeners()Instantiator.getServiceInitListeners()Gets all service init listeners to use.static Stream<VaadinServiceInitListener> DefaultInstantiator.getServiceLoaderListeners(ClassLoader classloader) Helper for finding service init listeners usingServiceLoader. -
Uses of VaadinServiceInitListener in com.vaadin.flow.server.dau
Classes in com.vaadin.flow.server.dau that implement VaadinServiceInitListenerModifier and TypeClassDescriptionclassRequest interceptor that collects daily active users and stores them in the in-memory cache. -
Uses of VaadinServiceInitListener in com.vaadin.flow.server.startup
Classes in com.vaadin.flow.server.startup that implement VaadinServiceInitListenerModifier and TypeClassDescriptionclassAbstract base class implementing theVaadinServiceInitListenerfor initializing a license checking mechanism during the service initialization.