public interface ReactiveFindFromReplicasByIdOperation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>
Fluent method to specify the collection.
|
static interface |
ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>
Fluent method to specify options.
|
static interface |
ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T>
Provides methods for constructing get operations in a fluent way.
|
static interface |
ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>
Terminating operations invoking the actual get execution.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T> |
findFromReplicasById(Class<T> domainType)
Loads a document from a replica.
|
<T> ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T> findFromReplicasById(Class<T> domainType)
domainType - the entity type to use for the results.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.