Interface ReactiveUpsertByIdOperation.ReactiveUpsertById<T>
- Type Parameters:
T- the entity type to upsert
- All Superinterfaces:
InCollection<Object>, InScope<Object>, OneAndAllEntityReactive<T>, ReactiveUpsertByIdOperation.TerminatingUpsertById<T>, ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>, ReactiveUpsertByIdOperation.UpsertByIdInScope<T>, ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>, ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>, ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>, WithDurability<T>, WithExpiry<T>, WithUpsertOptions<T>
- Enclosing interface:
ReactiveUpsertByIdOperation
public static interface ReactiveUpsertByIdOperation.ReactiveUpsertById<T>
extends ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>
Provides methods for constructing KV operations in a fluent way.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ReactiveUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdInCollection
inCollectionMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdInScope
inScopeMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdWithDurability
withDurability, withDurabilityMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdWithExpiry
withExpiryMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdWithOptions
withOptions