Interface ReactiveContentStore<S,SID extends Serializable>
- All Superinterfaces:
ContentRepository<S,SID>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ByteBuffer>getContent(S entity, PropertyPath path) Deprecated.reactor.core.publisher.Mono<S>setContent(S entity, PropertyPath path, long contentLen, reactor.core.publisher.Flux<ByteBuffer> buffer) Deprecated.reactor.core.publisher.Mono<S>unsetContent(S entity, PropertyPath propertyPath) Deprecated.
-
Method Details
-
setContent
reactor.core.publisher.Mono<S> setContent(S entity, PropertyPath path, long contentLen, reactor.core.publisher.Flux<ByteBuffer> buffer) Deprecated. -
getContent
Deprecated. -
unsetContent
Deprecated.
-
ReactiveContentStoreinstead.