| Modifier and Type | Method and Description |
|---|---|
static TcpRetryEvent |
TcpRetryEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcpRetryEvent[] |
TcpRetryEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<TcpRetryEvent> |
GrpcRetryPolicy.Jsii$Proxy.getTcpRetryEvents() |
default List<TcpRetryEvent> |
HttpRetryPolicy.getTcpRetryEvents()
(experimental) TCP events on which to retry.
|
List<TcpRetryEvent> |
HttpRetryPolicy.Jsii$Proxy.getTcpRetryEvents() |
| Modifier and Type | Method and Description |
|---|---|
GrpcRetryPolicy.Builder |
GrpcRetryPolicy.Builder.tcpRetryEvents(List<? extends TcpRetryEvent> tcpRetryEvents)
Sets the value of
HttpRetryPolicy.getTcpRetryEvents() |
HttpRetryPolicy.Builder |
HttpRetryPolicy.Builder.tcpRetryEvents(List<? extends TcpRetryEvent> tcpRetryEvents)
Sets the value of
HttpRetryPolicy.getTcpRetryEvents() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends GrpcRetryEvent> grpcRetryEvents,
Number retryAttempts,
Duration retryTimeout,
List<? extends HttpRetryEvent> httpRetryEvents,
List<? extends TcpRetryEvent> tcpRetryEvents)
Constructor that initializes the object based on literal property values passed by the
GrpcRetryPolicy.Builder. |
Jsii$Proxy(Number retryAttempts,
Duration retryTimeout,
List<? extends HttpRetryEvent> httpRetryEvents,
List<? extends TcpRetryEvent> tcpRetryEvents)
Constructor that initializes the object based on literal property values passed by the
HttpRetryPolicy.Builder. |
Copyright © 2021. All rights reserved.