Class RedissonBinaryStreamRx

java.lang.Object
org.redisson.rx.RedissonBinaryStreamRx

public class RedissonBinaryStreamRx extends Object
Author:
Nikita Koksharov
  • Constructor Details

  • Method Details

    • position

      public long position()
    • position

      public void position(long newPosition)
    • read

      public io.reactivex.rxjava3.core.Single<Integer> read(ByteBuffer buf)
    • write

      public io.reactivex.rxjava3.core.Single<Integer> write(ByteBuffer buf)