public class AgentConfiguration extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
String |
getCiphers() |
int |
getCorePoolSize() |
int |
getEvictionTimePeriod() |
static AgentConfiguration |
getInstance() |
int |
getKeepAliveTimeInPool() |
int |
getMaxIdleConnections() |
int |
getMaxPoolSize() |
int |
getMaxTransportPoolSize() |
int |
getMinIdleTimeInPool() |
String |
getPublishingStrategy() |
int |
getQueueSize() |
int |
getReconnectionInterval() |
int |
getSecureEvictionTimePeriod() |
int |
getSecureMaxIdleConnections() |
int |
getSecureMaxTransportPoolSize() |
int |
getSecureMinIdleTimeInPool() |
int |
getSocketTimeoutMS() |
String |
getSslEnabledProtocols() |
String |
getTrustStorePassword() |
String |
getTrustStorePath() |
void |
setConfiguration(org.ballerinalang.jvm.values.api.BMap<String,Object> configuration) |
String |
toString() |
public String getTrustStorePath()
public String getTrustStorePassword()
public int getQueueSize()
public int getBatchSize()
public int getCorePoolSize()
public int getSocketTimeoutMS()
public int getMaxPoolSize()
public int getKeepAliveTimeInPool()
public int getReconnectionInterval()
public int getMaxTransportPoolSize()
public int getMaxIdleConnections()
public int getEvictionTimePeriod()
public int getMinIdleTimeInPool()
public int getSecureMaxTransportPoolSize()
public int getSecureMaxIdleConnections()
public int getSecureEvictionTimePeriod()
public int getSecureMinIdleTimeInPool()
public String getSslEnabledProtocols()
public String getCiphers()
public String getPublishingStrategy()
public static AgentConfiguration getInstance()
Copyright © 2024 WSO2. All rights reserved.