com.vaadin.flow.server.

Interface ServiceDestroyListener

All Superinterfaces:

Serializable

All Known Implementing Classes:

DAUVaadinRequestInterceptor, Hotswapper

public interface ServiceDestroyListener extends Serializable

Listener that gets notified when the VaadinService to which it has been registered is destroyed.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Invoked when a service is destroyed.

  • Method Details

    • serviceDestroy

      void serviceDestroy(ServiceDestroyEvent event)

      Invoked when a service is destroyed.

      Parameters:

      event - the event