public interface _TopicLimitsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxPublishMessageSizeKb()
The maximum size of a single publish message, in KiB
|
int |
getMaxPublishRate()
The amount of messages that can be published per second
|
int |
getMaxSubscriptionCount()
The maximum amount of active subscriptions per cache
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMaxPublishRate()
The amount of messages that can be published per second
uint32 max_publish_rate = 1;int getMaxSubscriptionCount()
The maximum amount of active subscriptions per cache
uint32 max_subscription_count = 2;int getMaxPublishMessageSizeKb()
The maximum size of a single publish message, in KiB
uint32 max_publish_message_size_kb = 3;