public class UofProducerConfigurationImpl extends Object implements UofProducerConfiguration
| Modifier and Type | Method and Description | 
|---|---|
List<Integer> | 
getDisabledProducers()
Returns a list of producer identifiers which should be disabled automatically when the SDK starts up 
 | 
Duration | 
getInactivitySeconds()  | 
Duration | 
getInactivitySecondsPrematch()  | 
Duration | 
getMaxRecoveryTime()  | 
Duration | 
getMinIntervalBetweenRecoveryRequests()  | 
List<Producer> | 
getProducers()
Get the list of available producers for provided access token 
 | 
void | 
setAvailableProducers(List<Producer> producers)  | 
void | 
setDisabledProducers(List<Integer> producerIds)  | 
void | 
setInactivitySeconds(int inactivitySec)  | 
void | 
setInactivitySecondsPrematch(int inactivitySec)  | 
void | 
setMaxRecoveryTime(int maxRecovery)  | 
void | 
setMinIntervalBetweenRecoveryRequest(int minIntervalBetweenRequests)  | 
String | 
toString()  | 
public Duration getInactivitySeconds()
getInactivitySeconds in interface UofProducerConfigurationpublic Duration getInactivitySecondsPrematch()
getInactivitySecondsPrematch in interface UofProducerConfigurationpublic Duration getMaxRecoveryTime()
getMaxRecoveryTime in interface UofProducerConfigurationpublic Duration getMinIntervalBetweenRecoveryRequests()
getMinIntervalBetweenRecoveryRequests in interface UofProducerConfigurationpublic List<Integer> getDisabledProducers()
UofProducerConfigurationgetDisabledProducers in interface UofProducerConfigurationpublic List<Producer> getProducers()
UofProducerConfigurationgetProducers in interface UofProducerConfigurationpublic void setInactivitySeconds(int inactivitySec)
public void setInactivitySecondsPrematch(int inactivitySec)
public void setMaxRecoveryTime(int maxRecovery)
public void setMinIntervalBetweenRecoveryRequest(int minIntervalBetweenRequests)
Copyright © 2016–2025. All rights reserved.