クラス ReactiveRedisConnection.AbsentByteBufferResponse
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<I,ByteBufferSE>
org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<I>
org.springframework.data.redis.connection.ReactiveRedisConnection.AbsentByteBufferResponse<I>
- 含まれているインターフェース:
- ReactiveRedisConnection
public static class ReactiveRedisConnection.AbsentByteBufferResponse<I>
extends ReactiveRedisConnection.ByteBufferResponse<I>
キーがない場合の
ByteBufferSE レスポンスの ReactiveRedisConnection.CommandResponse 実装。コンストラクターの詳細
AbsentByteBufferResponse
方法の詳細
isPresent
public boolean isPresent()- オーバーライド:
- クラス
ReactiveRedisConnection.CommandResponse<I,のByteBufferSE> isPresent - 戻り値:
- レスポンスが存在する場合は true。存在しない
ReactiveRedisConnection.CommandResponseは、Redis(なし)にマップされます。