Class DefaultStubLongPollRpcRetryOptions
java.lang.Object
io.temporal.serviceclient.rpcretry.DefaultStubLongPollRpcRetryOptions
Default rpc retry options for long polls like waiting for the workflow finishing and result.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final Durationstatic final Durationstatic final RpcRetryOptionsstatic final Durationstatic final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INITIAL_INTERVAL
-
CONGESTION_INITIAL_INTERVAL
-
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
-
DefaultStubLongPollRpcRetryOptions
public DefaultStubLongPollRpcRetryOptions()
-