Class DataExchangeWebClientProperties
java.lang.Object
com.broadleafcommerce.dataexchange.service.autoconfigure.DataExchangeWebClientProperties
@ConfigurationProperties("broadleaf.dataexchange.web-client")
public class DataExchangeWebClientProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
Used by theWebClient
to provide a max connection time.int
Used by theWebClient
to provide a max memory size for the buffer.long
Used by theWebClient
to provide a read timeout.long
Used by theWebClient
to provide a write timeout.int
hashCode()
boolean
Set to true to log WebClient requests and responses.void
setConnectionTimeoutMillis
(int connectionTimeoutMillis) Used by theWebClient
to provide a max connection time.void
setLogRequests
(boolean logRequests) Set to true to log WebClient requests and responses.void
setMaxInMemorySizeBytes
(int maxInMemorySizeBytes) Used by theWebClient
to provide a max memory size for the buffer.void
setReadTimeoutMillis
(long readTimeoutMillis) Used by theWebClient
to provide a read timeout.void
setWriteTimeoutMillis
(long writeTimeoutMillis) Used by theWebClient
to provide a write timeout.toString()
-
Constructor Details
-
DataExchangeWebClientProperties
public DataExchangeWebClientProperties()
-
-
Method Details
-
isLogRequests
public boolean isLogRequests()Set to true to log WebClient requests and responses. This only applies to the Webclient used by the data exchange service. Info is logged at the debug level, sologging.level.reactor.netty.http.client
should also be set to DEBUG. -
getMaxInMemorySizeBytes
public int getMaxInMemorySizeBytes()Used by theWebClient
to provide a max memory size for the buffer. Default is 10485760 (10MB). -
getConnectionTimeoutMillis
public int getConnectionTimeoutMillis()Used by theWebClient
to provide a max connection time. -
getReadTimeoutMillis
public long getReadTimeoutMillis()Used by theWebClient
to provide a read timeout. -
getWriteTimeoutMillis
public long getWriteTimeoutMillis()Used by theWebClient
to provide a write timeout. -
setLogRequests
public void setLogRequests(boolean logRequests) Set to true to log WebClient requests and responses. This only applies to the Webclient used by the data exchange service. Info is logged at the debug level, sologging.level.reactor.netty.http.client
should also be set to DEBUG. -
setMaxInMemorySizeBytes
public void setMaxInMemorySizeBytes(int maxInMemorySizeBytes) Used by theWebClient
to provide a max memory size for the buffer. Default is 10485760 (10MB). -
setConnectionTimeoutMillis
public void setConnectionTimeoutMillis(int connectionTimeoutMillis) Used by theWebClient
to provide a max connection time. -
setReadTimeoutMillis
public void setReadTimeoutMillis(long readTimeoutMillis) Used by theWebClient
to provide a read timeout. -
setWriteTimeoutMillis
public void setWriteTimeoutMillis(long writeTimeoutMillis) Used by theWebClient
to provide a write timeout. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-