Class ReactiveFindFromReplicasByIdOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperationSupport
- All Implemented Interfaces:
ReactiveFindFromReplicasByIdOperation
public class ReactiveFindFromReplicasByIdOperationSupport
extends Object
implements ReactiveFindFromReplicasByIdOperation
ReactiveFindFromReplicasByIdOperation
implementations for Couchbase.- Author:
- Michael Reiche
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation
ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>, ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>, ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>, ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T>, ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>
-
Method Summary
Modifier and TypeMethodDescriptionfindFromReplicasById
(Class<T> domainType) Loads a document from a replica.
-
Method Details
-
findFromReplicasById
public <T> ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T> findFromReplicasById(Class<T> domainType) Description copied from interface:ReactiveFindFromReplicasByIdOperation
Loads a document from a replica.- Specified by:
findFromReplicasById
in interfaceReactiveFindFromReplicasByIdOperation
- Parameters:
domainType
- the entity type to use for the results.
-