Class RedissonReactiveClusterStreamCommands

java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveStreamCommands
org.redisson.spring.data.connection.RedissonReactiveClusterStreamCommands
All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveClusterStreamCommands, org.springframework.data.redis.connection.ReactiveStreamCommands

public class RedissonReactiveClusterStreamCommands extends RedissonReactiveStreamCommands implements org.springframework.data.redis.connection.ReactiveClusterStreamCommands
Author:
Nikita Koksharov
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveStreamCommands

    org.springframework.data.redis.connection.ReactiveStreamCommands.AcknowledgeCommand, org.springframework.data.redis.connection.ReactiveStreamCommands.AddStreamRecord, org.springframework.data.redis.connection.ReactiveStreamCommands.DeleteCommand, org.springframework.data.redis.connection.ReactiveStreamCommands.GroupCommand, org.springframework.data.redis.connection.ReactiveStreamCommands.PendingRecordsCommand, org.springframework.data.redis.connection.ReactiveStreamCommands.RangeCommand, org.springframework.data.redis.connection.ReactiveStreamCommands.ReadCommand, org.springframework.data.redis.connection.ReactiveStreamCommands.TrimCommand, org.springframework.data.redis.connection.ReactiveStreamCommands.XClaimCommand, org.springframework.data.redis.connection.ReactiveStreamCommands.XInfoCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    protected RedisClient
    getEntry(org.springframework.data.redis.connection.RedisClusterNode node)
     
    static byte[]
     

    Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveStreamCommands

    read, xAck, xAdd, xClaim, xClaimJustId, xDel, xGroup, xInfo, xInfoConsumers, xInfoGroups, xLen, xPending, xPendingSummary, xRange, xRevRange, xTrim

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.redis.connection.ReactiveStreamCommands

    read, xAck, xAck, xAck, xAdd, xAdd, xAdd, xClaim, xClaim, xClaim, xClaimJustId, xClaimJustId, xDel, xDel, xDel, xGroup, xGroup, xGroupCreate, xGroupCreate, xGroupDelConsumer, xGroupDelConsumer, xGroupDestroy, xInfo, xInfo, xInfoConsumers, xInfoConsumers, xInfoGroups, xInfoGroups, xLen, xLen, xPending, xPending, xPending, xPending, xPending, xPending, xPending, xPendingSummary, xRange, xRange, xRange, xRead, xRead, xReadGroup, xReadGroup, xRevRange, xRevRange, xRevRange, xTrim, xTrim, xTrim
  • Method Details

    • toByteArray

      public static byte[] toByteArray(ByteBuffer buffer)
    • getEntry

      protected RedisClient getEntry(org.springframework.data.redis.connection.RedisClusterNode node)