Interface ReactiveContentStore<S,SID extends Serializable>
- All Known Implementing Classes:
ReactiveStoreImpl
public interface ReactiveContentStore<S,SID extends Serializable>
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ByteBuffer>
getContent
(S entity, PropertyPath path) reactor.core.publisher.Mono<S>
setContent
(S entity, PropertyPath path, long contentLen, reactor.core.publisher.Flux<ByteBuffer> buffer) reactor.core.publisher.Mono<S>
unsetContent
(S entity, PropertyPath propertyPath)
-
Method Details
-
setContent
reactor.core.publisher.Mono<S> setContent(S entity, PropertyPath path, long contentLen, reactor.core.publisher.Flux<ByteBuffer> buffer) -
getContent
-
unsetContent
-