インターフェースの使用
org.springframework.data.redis.connection.Subscription
Subscription を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Jedis ライブラリの接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
文字列を byte[](Base64 を使用)ライブラリにエンコード / デコードするための内部ユーティリティパッケージ。
org.springframework.data.redis.connection 内の Subscription 使用
修飾子と型メソッド説明DefaultStringRedisConnection.getSubscription()
RedisPubSubCommands.getSubscription()
この接続の現在のサブスクリプションを返します。接続がサブスクライブされていない場合は null を返します。org.springframework.data.redis.connection.jedis 内の Subscription 使用
org.springframework.data.redis.connection.lettuce 内の Subscription 使用
org.springframework.data.redis.connection.util 内の Subscription 使用
修飾子と型クラス説明class
チャネル / パターン登録を処理するサブスクリプションの基本実装。サブクラスは実際の登録 / 登録解除のみを処理する必要があります。