public interface ReactiveInsertByIdOperation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReactiveInsertByIdOperation.InsertByIdInCollection<T>
Fluent method to specify the collection.
|
static interface |
ReactiveInsertByIdOperation.InsertByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ReactiveInsertByIdOperation.InsertByIdWithDurability<T> |
static interface |
ReactiveInsertByIdOperation.InsertByIdWithExpiry<T> |
static interface |
ReactiveInsertByIdOperation.InsertByIdWithOptions<T>
Fluent method to specify options.
|
static interface |
ReactiveInsertByIdOperation.ReactiveInsertById<T>
Provides methods for constructing KV insert operations in a fluent way.
|
static interface |
ReactiveInsertByIdOperation.TerminatingInsertById<T>
Terminating operations invoking the actual execution.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ReactiveInsertByIdOperation.ReactiveInsertById<T> |
insertById(Class<T> domainType)
Insert using the KV service.
|
<T> ReactiveInsertByIdOperation.ReactiveInsertById<T> insertById(Class<T> domainType)
domainType - the entity type to insert.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.