Skip to content

Commit

Permalink
Add synchronous and NodeSelection PubSub types to reflect-config.json #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Apr 6, 2021
1 parent ba6e81c commit dfacd06
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,21 @@
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.cluster.pubsub.api.sync.NodeSelectionPubSubCommands",
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.cluster.pubsub.api.sync.RedisClusterPubSubCommands",
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.cluster.pubsub.api.sync.PubSubNodeSelection",
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.protocol.CommandHandler",
"allPublicMethods": true,
Expand All @@ -139,6 +154,11 @@
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.pubsub.api.sync.RedisPubSubCommands",
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "reactor.core.publisher.Mono"
}
Expand Down

0 comments on commit dfacd06

Please sign in to comment.