We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.internal.
Class StateTree.BeforeClientResponseEntry
- java.lang.Object
-
- com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry
-
All Implemented Interfaces:
Enclosing class:
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.
-
-
Method Summary
All Methods Modifier and Type Method Description SerializableConsumer<ExecutionContext>
getExecution()
StateNode
getStateNode()
-
-
-
Method Detail
-
getStateNode
public StateNode getStateNode()
-
getExecution
public SerializableConsumer<ExecutionContext> getExecution()
-
-