-
public final class ExperimentConfigs
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisPersistentSubscriptionStoreEnabledprivate final AdaptiveKeepAliveConfigadaptiveKeepAliveConfigprivate final IntegeractivityCheckIntervalSecondsprivate final IntegerinactivityTimeoutSecondsprivate final IntegerpolicyResetTimeSecondsprivate final LongincomingMessagesTTLSecsprivate final LongincomingMessagesCleanupIntervalSecs
-
Constructor Summary
Constructors Constructor Description ExperimentConfigs(Boolean isPersistentSubscriptionStoreEnabled, AdaptiveKeepAliveConfig adaptiveKeepAliveConfig, Integer activityCheckIntervalSeconds, Integer inactivityTimeoutSeconds, Integer policyResetTimeSeconds, Long incomingMessagesTTLSecs, Long incomingMessagesCleanupIntervalSecs)
-
Method Summary
Modifier and Type Method Description final BooleangetIsPersistentSubscriptionStoreEnabled()final AdaptiveKeepAliveConfiggetAdaptiveKeepAliveConfig()final IntegergetActivityCheckIntervalSeconds()final IntegergetInactivityTimeoutSeconds()final IntegergetPolicyResetTimeSeconds()final LonggetIncomingMessagesTTLSecs()final LonggetIncomingMessagesCleanupIntervalSecs()-
-
Constructor Detail
-
ExperimentConfigs
ExperimentConfigs(Boolean isPersistentSubscriptionStoreEnabled, AdaptiveKeepAliveConfig adaptiveKeepAliveConfig, Integer activityCheckIntervalSeconds, Integer inactivityTimeoutSeconds, Integer policyResetTimeSeconds, Long incomingMessagesTTLSecs, Long incomingMessagesCleanupIntervalSecs)
-
-
Method Detail
-
getIsPersistentSubscriptionStoreEnabled
final Boolean getIsPersistentSubscriptionStoreEnabled()
-
getAdaptiveKeepAliveConfig
final AdaptiveKeepAliveConfig getAdaptiveKeepAliveConfig()
-
getActivityCheckIntervalSeconds
final Integer getActivityCheckIntervalSeconds()
-
getInactivityTimeoutSeconds
final Integer getInactivityTimeoutSeconds()
-
getPolicyResetTimeSeconds
final Integer getPolicyResetTimeSeconds()
-
getIncomingMessagesTTLSecs
final Long getIncomingMessagesTTLSecs()
-
getIncomingMessagesCleanupIntervalSecs
final Long getIncomingMessagesCleanupIntervalSecs()
-
-
-
-