Class 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 Detail

      • toByteArray

        public static byte[] toByteArray​(ByteBuffer buffer)