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