Interface ReactiveInsertByIdOperation.TerminatingInsertById<T>
- All Superinterfaces:
OneAndAllEntityReactive<T>
- All Known Subinterfaces:
ReactiveInsertByIdOperation.InsertByIdInCollection<T>
,ReactiveInsertByIdOperation.InsertByIdInScope<T>
,ReactiveInsertByIdOperation.InsertByIdWithDurability<T>
,ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>
,ReactiveInsertByIdOperation.InsertByIdWithOptions<T>
,ReactiveInsertByIdOperation.ReactiveInsertById<T>
- Enclosing interface:
- ReactiveInsertByIdOperation
public static interface ReactiveInsertByIdOperation.TerminatingInsertById<T>
extends OneAndAllEntityReactive<T>
Terminating operations invoking the actual execution.
-
Method Summary
-
Method Details
-
one
Insert one entity.- Specified by:
one
in interfaceOneAndAllEntityReactive<T>
- Returns:
- Inserted entity.
-
all
Insert a collection of entities.- Specified by:
all
in interfaceOneAndAllEntityReactive<T>
- Returns:
- Inserted entities
-