Interface ReactiveInsertOperation.TerminatingInsert<T>
- All Known Subinterfaces:
ReactiveInsertOperation.InsertWithTable<T>,ReactiveInsertOperation.ReactiveInsert<T>
- Enclosing interface:
- ReactiveInsertOperation
public static interface ReactiveInsertOperation.TerminatingInsert<T>
Trigger
INSERT execution by calling one of the terminating methods.-
Method Summary
-
Method Details
-
using
Insert exactly oneObject.- Parameters:
object-Objectto insert; must not be null.- Returns:
- the write result for this operation.
- Throws:
IllegalArgumentException- ifObjectis null.- See Also:
-
Mono
-