@Deprecated public interface TopicStatisticsConfig extends Config
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Deprecated.
since 6.2. Aggregate topic statistics collection is
always enabled. This method is no longer used and will be
removed in a future version of the product.
|
boolean |
isInstanceMonitoringEnabled()
Deprecated.
since 6.3. Per-topic statistics have been replaced by
session metric collectors. This method will always return
false.
|
void |
setEnabled(boolean enabled)
Deprecated.
since 6.2. Aggregate topic statistics collection is
always enabled. This method is no longer used and will be
removed in a future version of the product.
|
void |
setInstanceMonitoringEnabled(boolean enabled)
Deprecated.
since 6.3. Per-topic statistics have been replaced by
session metric collectors. This method now has no effect.
|
@Deprecated boolean isEnabled()
@Deprecated void setEnabled(boolean enabled)
enabled
- ignored@Deprecated boolean isInstanceMonitoringEnabled()
@Deprecated void setInstanceMonitoringEnabled(boolean enabled)
enabled
- ignoredCopyright © 2020 Push Technology Ltd. All Rights Reserved.