Package org.redisson.reactive
Class RedissonBinaryStreamReactive
- java.lang.Object
-
- org.redisson.reactive.RedissonBinaryStreamReactive
-
public class RedissonBinaryStreamReactive extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonBinaryStreamReactive(CommandReactiveExecutor commandExecutor, RBinaryStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
position()
void
position(long newPosition)
reactor.core.publisher.Mono<Integer>
read(ByteBuffer buf)
reactor.core.publisher.Mono<Integer>
write(ByteBuffer buf)
-
-
-
Constructor Detail
-
RedissonBinaryStreamReactive
public RedissonBinaryStreamReactive(CommandReactiveExecutor commandExecutor, RBinaryStream stream)
-
-
Method Detail
-
position
public long position()
-
position
public void position(long newPosition)
-
read
public reactor.core.publisher.Mono<Integer> read(ByteBuffer buf)
-
write
public reactor.core.publisher.Mono<Integer> write(ByteBuffer buf)
-
-