Class ReactiveRedisConnection.ByteBufferResponse<I>

java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<I, ByteBuffer>
org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<I>
Direct Known Subclasses:
ReactiveRedisConnection.AbsentByteBufferResponse
Enclosing interface:
ReactiveRedisConnection

public static class ReactiveRedisConnection.ByteBufferResponse<I> extends ReactiveRedisConnection.CommandResponse<I, ByteBuffer>
Since:
2.0
Author:
Christoph Strobl, Mark Paluch
  • Constructor Details

    • ByteBufferResponse

      public ByteBufferResponse(I input, @Nullable ByteBuffer output)