public interface RocketmqProxyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDevelopMode()
If develop_mode is enabled, this proxy plugin may work without dedicated traffic intercepting
facility without considering backward compatibility of exiting RocketMQ client SDK.
|
RouteConfiguration |
getRouteConfig()
The route table for the connection manager is specified in this property.
|
RouteConfigurationOrBuilder |
getRouteConfigOrBuilder()
The route table for the connection manager is specified in this property.
|
String |
getStatPrefix()
The human readable prefix to use when emitting statistics.
|
com.google.protobuf.ByteString |
getStatPrefixBytes()
The human readable prefix to use when emitting statistics.
|
com.google.protobuf.Duration |
getTransientObjectLifeSpan()
The largest duration transient object expected to live, more than 10s is recommended.
|
com.google.protobuf.DurationOrBuilder |
getTransientObjectLifeSpanOrBuilder()
The largest duration transient object expected to live, more than 10s is recommended.
|
boolean |
hasRouteConfig()
The route table for the connection manager is specified in this property.
|
boolean |
hasTransientObjectLifeSpan()
The largest duration transient object expected to live, more than 10s is recommended.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStatPrefix()
The human readable prefix to use when emitting statistics.
string stat_prefix = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getStatPrefixBytes()
The human readable prefix to use when emitting statistics.
string stat_prefix = 1 [(.validate.rules) = { ... }boolean hasRouteConfig()
The route table for the connection manager is specified in this property.
.envoy.extensions.filters.network.rocketmq_proxy.v3.RouteConfiguration route_config = 2;RouteConfiguration getRouteConfig()
The route table for the connection manager is specified in this property.
.envoy.extensions.filters.network.rocketmq_proxy.v3.RouteConfiguration route_config = 2;RouteConfigurationOrBuilder getRouteConfigOrBuilder()
The route table for the connection manager is specified in this property.
.envoy.extensions.filters.network.rocketmq_proxy.v3.RouteConfiguration route_config = 2;boolean hasTransientObjectLifeSpan()
The largest duration transient object expected to live, more than 10s is recommended.
.google.protobuf.Duration transient_object_life_span = 3;com.google.protobuf.Duration getTransientObjectLifeSpan()
The largest duration transient object expected to live, more than 10s is recommended.
.google.protobuf.Duration transient_object_life_span = 3;com.google.protobuf.DurationOrBuilder getTransientObjectLifeSpanOrBuilder()
The largest duration transient object expected to live, more than 10s is recommended.
.google.protobuf.Duration transient_object_life_span = 3;boolean getDevelopMode()
If develop_mode is enabled, this proxy plugin may work without dedicated traffic intercepting facility without considering backward compatibility of exiting RocketMQ client SDK.
bool develop_mode = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.