Interface ReactiveUpsertByIdOperation.TerminatingUpsertById<T>
- All Superinterfaces:
OneAndAllEntityReactive<T>
- All Known Subinterfaces:
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>
,ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>
,ReactiveUpsertByIdOperation.UpsertByIdInScope<T>
,ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>
,ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>
,ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>
- Enclosing interface:
- ReactiveUpsertByIdOperation
public static interface ReactiveUpsertByIdOperation.TerminatingUpsertById<T>
extends OneAndAllEntityReactive<T>
Terminating operations invoking the actual execution.
-
Method Summary
-
Method Details
-
one
Upsert one entity.- Specified by:
one
in interfaceOneAndAllEntityReactive<T>
- Returns:
- Upserted entity.
-
all
Insert a collection of entities.- Specified by:
all
in interfaceOneAndAllEntityReactive<T>
- Returns:
- Inserted entities
-