Class DefaultStubServiceOperationRpcRetryOptions
java.lang.Object
io.temporal.serviceclient.rpcretry.DefaultStubServiceOperationRpcRetryOptions
Default rpc retry options for outgoing requests to the temporal server that supposed to be
processed and returned fast, like workflow start (not long polls or awaits for workflow
finishing).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final Durationstatic final Durationstatic final Durationstatic final RpcRetryOptionsstatic final Durationstatic final intstatic final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INITIAL_INTERVAL
-
CONGESTION_INITIAL_INTERVAL
-
EXPIRATION_INTERVAL
-
MAXIMUM_INTERVAL_MULTIPLIER
public static final int MAXIMUM_INTERVAL_MULTIPLIER- See Also:
-
MAXIMUM_INTERVAL
-
BACKOFF
public static final double BACKOFF- See Also:
-
MAXIMUM_JITTER_COEFFICIENT
public static final double MAXIMUM_JITTER_COEFFICIENT- See Also:
-
INSTANCE
-
-
Constructor Details
-
DefaultStubServiceOperationRpcRetryOptions
public DefaultStubServiceOperationRpcRetryOptions()
-
-
Method Details
-
getBuilder
-