Interface ReactiveInsertByIdOperation.ReactiveInsertById<T>
- Type Parameters:
T- the entity type to insert
- All Superinterfaces:
InCollection<T>, InScope<T>, OneAndAllEntityReactive<T>, ReactiveInsertByIdOperation.InsertByIdInCollection<T>, ReactiveInsertByIdOperation.InsertByIdInScope<T>, ReactiveInsertByIdOperation.InsertByIdWithDurability<T>, ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>, ReactiveInsertByIdOperation.InsertByIdWithOptions<T>, ReactiveInsertByIdOperation.TerminatingInsertById<T>, WithDurability<T>, WithExpiry<T>, WithInsertOptions<T>
- Enclosing interface:
ReactiveInsertByIdOperation
public static interface ReactiveInsertByIdOperation.ReactiveInsertById<T>
extends ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>
Provides methods for constructing KV insert operations in a fluent way.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ReactiveInsertByIdOperation.InsertByIdInCollection
inCollectionMethods inherited from interface ReactiveInsertByIdOperation.InsertByIdInScope
inScopeMethods inherited from interface ReactiveInsertByIdOperation.InsertByIdWithDurability
withDurability, withDurabilityMethods inherited from interface ReactiveInsertByIdOperation.InsertByIdWithExpiry
withExpiryMethods inherited from interface ReactiveInsertByIdOperation.InsertByIdWithOptions
withOptionsMethods inherited from interface ReactiveInsertByIdOperation.TerminatingInsertById
all, one