See: Description
Interface | Description |
---|---|
BlockingReactorRepositoryOperations |
Implementation of
RepositoryOperations that blocks every call from ReactorReactiveRepositoryOperations . |
ReactiveCapableRepository |
Extends
RepositoryOperations and adds the able for a datastore to expose reactive operations if they are supported. |
ReactiveRepositoryOperations |
Reactive operations for reading data from a backing implementations.
|
ReactorReactiveCapableRepository |
The alternative of
ReactiveCapableRepository that provides ReactorReactiveRepositoryOperations . |
ReactorReactiveRepositoryOperations |
The version of
ReactiveRepositoryOperations which exposes reactor publisher types. |