クラス ReactiveRedisConnection.CommandResponse<I, O>

java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<I,O>
型パラメーター:
I - コマンド入力型。
O - コマンド出力型。
既知の直属サブクラス
ReactiveListCommands.PopResponseReactiveRedisConnection.BooleanResponseReactiveRedisConnection.ByteBufferResponseReactiveRedisConnection.MultiValueResponseReactiveRedisConnection.NumericResponse
含まれているインターフェース:
ReactiveRedisConnection

public static class ReactiveRedisConnection.CommandResponse<I,O> extends ObjectSE
コマンドレスポンスの基本クラス。
  • コンストラクターの詳細

    • CommandResponse

      public CommandResponse(I input, @Nullable O output)
  • メソッドの詳細

    • isPresent

      public boolean isPresent()
      戻り値:
      レスポンスが存在する場合は true。存在しない ReactiveRedisConnection.CommandResponse は、Redis(なし)にマップされます。
    • getInput

      public I getInput()
    • getOutput

      public @Nullable O getOutput()
    • equals

      public boolean equals(@Nullable ObjectSE o)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode 
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString