Class StateTree.BeforeClientResponseEntry

java.lang.Object
com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry
All Implemented Interfaces:
Serializable
Enclosing class:
StateTree

public static final class StateTree.BeforeClientResponseEntry extends Object implements Serializable
A task to be executed before the client response, together with an execution sequence number and context object.

While of this class are stored inside individual state nodes, code outside StateTree should treat the those as opaque values.

See Also: