-
public final class SubscriptionRetryConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSubscriptionRetryConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegermaxRetryCount
-
Constructor Summary
Constructors Constructor Description SubscriptionRetryConfig(Integer maxRetryCount)
-
Method Summary
Modifier and Type Method Description final IntegergetMaxRetryCount()-
-
Constructor Detail
-
SubscriptionRetryConfig
SubscriptionRetryConfig(Integer maxRetryCount)
-
-
Method Detail
-
getMaxRetryCount
final Integer getMaxRetryCount()
-
-
-
-