Class ReactiveRedisConnection.CommandResponse<I,O>
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<I,O>
- Type Parameters:
I
- command input type.O
- command output type.
- Direct Known Subclasses:
ReactiveListCommands.PopResponse
,ReactiveRedisConnection.BooleanResponse
,ReactiveRedisConnection.ByteBufferResponse
,ReactiveRedisConnection.MultiValueResponse
,ReactiveRedisConnection.NumericResponse
- Enclosing interface:
- ReactiveRedisConnection
Base class for command responses.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CommandResponse
-
-
Method Details
-
isPresent
public boolean isPresent()- Returns:
- true if the response is present. An absent
ReactiveRedisConnection.CommandResponse
maps to Redis (nil).
-
getInput
-
getOutput
-
equals
-
hashCode
public int hashCode() -
toString
-