Class RpcRetryOptions
java.lang.Object
io.temporal.serviceclient.RpcRetryOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbooleandoublestatic RpcRetryOptionsintdoubleinthashCode()static RpcRetryOptions.Builderstatic RpcRetryOptions.BuildernewBuilder(RpcRetryOptions options) toString()voidvalidate()voidvalidate(boolean hasToBeFinite)
-
Method Details
-
newBuilder
-
newBuilder
-
getDefaultInstance
-
getInitialInterval
-
getCongestionInitialInterval
-
getBackoffCoefficient
public double getBackoffCoefficient() -
getExpiration
-
getMaximumAttempts
public int getMaximumAttempts() -
getMaximumInterval
-
getMaximumJitterCoefficient
public double getMaximumJitterCoefficient() -
validate
public void validate() -
validate
public void validate(boolean hasToBeFinite) -
getDoNotRetry
-
toString
-
equals
-
hashCode
-