Interface ReactiveFindFromReplicasByIdOperation
- All Known Subinterfaces:
ReactiveCouchbaseOperations,ReactiveFluentCouchbaseOperations
- All Known Implementing Classes:
ReactiveCouchbaseTemplate,ReactiveFindFromReplicasByIdOperationSupport
public interface ReactiveFindFromReplicasByIdOperation
Find by id from replicas Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfaceFluent method to specify options.static interfaceProvides methods for constructing get operations in a fluent way.static interfaceTerminating operations invoking the actual get execution. -
Method Summary
Modifier and TypeMethodDescriptionfindFromReplicasById(Class<T> domainType) Loads a document from a replica.
-
Method Details
-
findFromReplicasById
<T> ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T> findFromReplicasById(Class<T> domainType) Loads a document from a replica.- Parameters:
domainType- the entity type to use for the results.
-