Remove now-unused presence cluster configuration

This commit is contained in:
Jon Chambers
2024-11-06 15:59:13 -05:00
committed by Jon Chambers
parent 1c167ec150
commit 5aaf4cad20
5 changed files with 0 additions and 19 deletions

View File

@@ -165,11 +165,6 @@ public class WhisperServerConfiguration extends Configuration {
@JsonProperty
private MessageCacheConfiguration messageCache;
@NotNull
@Valid
@JsonProperty
private FaultTolerantRedisClusterFactory clientPresenceCluster;
@Valid
@NotNull
@JsonProperty
@@ -411,10 +406,6 @@ public class WhisperServerConfiguration extends Configuration {
return messageCache;
}
public FaultTolerantRedisClusterFactory getClientPresenceClusterConfiguration() {
return clientPresenceCluster;
}
public FaultTolerantRedisClusterFactory getPushSchedulerCluster() {
return pushSchedulerCluster;
}