public class AdvancedConfig extends Object
| Constructor and Description |
|---|
AdvancedConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseAddress() |
ConcurrencyStrategyConfiguration |
getConcurrencyStrategy() |
Integer |
getConnectionTimeout() |
Integer |
getConnectionTimeoutInMillis() |
TimeUnit |
getConnectionTimeoutUnit() |
Integer |
getMaximumConnections() |
Integer |
getReadTimeout() |
Integer |
getReadTimeoutInMillis() |
TimeUnit |
getReadTimeoutUnit() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
public ConcurrencyStrategyConfiguration getConcurrencyStrategy()
public org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
public Integer getConnectionTimeout()
public TimeUnit getConnectionTimeoutUnit()
public Integer getMaximumConnections()
public Integer getReadTimeout()
public TimeUnit getReadTimeoutUnit()
public Integer getConnectionTimeoutInMillis()
public Integer getReadTimeoutInMillis()
public String getBaseAddress()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.