|
Change Return Type Future<List<PubSubStatusMessage>> to void in method public subscribe(codec Codec, channel String...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Return Type Future<List<PubSubStatusMessage>> to void in method public unsubscribe(channelName String) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type Future<PubSubStatusMessage> to void in method public subscribe(listener RedisPubSubListener<V>, channelName String) : void in class org.redisson.connection.ConnectionManager |
From |
To |
|
Change Return Type Future<List<PubSubStatusMessage>> to void in method public subscribe(codec Codec, listener RedisPubSubListener, channel String) : void in class org.redisson.connection.PubSubConnectionEntry |
From |
To |
|
Change Return Type Future to void in method public unsubscribe(channelName String) : void in class org.redisson.connection.ConnectionManager |
From |
To |
|
Change Return Type Future to void in method public punsubscribe(channelName String) : void in class org.redisson.connection.ConnectionManager |
From |
To |
|
Change Return Type Future<List<PubSubStatusMessage>> to void in method public punsubscribe(channel String...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Return Type Future<List<PubSubStatusMessage>> to void in method public subscribe(listener RedisPubSubListener, channelName String) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type Future<List<PubSubStatusMessage>> to void in method public unsubscribe(channel String...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Return Type Future<List<PubSubStatusMessage>> to void in method public psubscribe(codec Codec, channel String...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Return Type Future<List<PubSubStatusMessage>> to void in method public punsubscribe(channelName String) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type Future<List<PubSubStatusMessage>> to void in method public onStatus(type Type, ch String) : void in class org.redisson.connection.PubSubConnectionEntry.unsubscribe.addOneShotListener |
From |
To |