Interface ReactiveContentStore<S,SID extends Serializable>

All Superinterfaces:
ContentRepository<S,SID>

public interface ReactiveContentStore<S,SID extends Serializable> extends ContentRepository<S,SID>
Deprecated.
This class is deprecated. Use ReactiveContentStore instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.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

      reactor.core.publisher.Flux<ByteBuffer> getContent(S entity, PropertyPath path)
      Deprecated.
    • unsetContent

      reactor.core.publisher.Mono<S> unsetContent(S entity, PropertyPath propertyPath)
      Deprecated.