com.vaadin.flow.server.

Interface SynchronizedRequestHandler.ResponseWriter

All Superinterfaces:

Serializable

Enclosing class:

SynchronizedRequestHandler

Functional Interface:

This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SynchronizedRequestHandler.ResponseWriter extends Serializable

ResponseWriter is optionally returned by request handlers which implement SynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse, String) The ResponseWriter will be executed by SynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse) without holding Vaadin session lock.

  • Method Summary

    Modifier and Type
    Method
    Description
    void