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.signals.operations.
Package com.vaadin.signals.operations
Class SignalOperation<T>
java.lang.Object
com.vaadin.signals.operations.SignalOperation<T>
Type Parameters:
T
- the result type
Direct Known Subclasses:
An operation triggered on a signal instance. The result will be populated when the operation has been confirmed. The type of the result depends on the operation type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
A failed signal operation result.
static final record
A successful signal operation result.
static interface
The result of a signal operation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SignalOperation
public SignalOperation()
-
-
Method Details
-
result
Gets the eventual operation result.
Returns:
a completable future with the operation result, not
null
-