Class DataExchangeWebClientProperties

java.lang.Object
com.broadleafcommerce.dataexchange.service.autoconfigure.DataExchangeWebClientProperties

@ConfigurationProperties("broadleaf.dataexchange.web-client") public class DataExchangeWebClientProperties extends Object
  • 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, so
       logging.level.reactor.netty.http.client
       
      should also be set to DEBUG.
    • getMaxInMemorySizeBytes

      public int getMaxInMemorySizeBytes()
      Used by the WebClient to provide a max memory size for the buffer. Default is 10485760 (10MB).
    • getConnectionTimeoutMillis

      public int getConnectionTimeoutMillis()
      Used by the WebClient to provide a max connection time.
    • getReadTimeoutMillis

      public long getReadTimeoutMillis()
      Used by the WebClient to provide a read timeout.
    • getWriteTimeoutMillis

      public long getWriteTimeoutMillis()
      Used by the WebClient 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, so
       logging.level.reactor.netty.http.client
       
      should also be set to DEBUG.
    • setMaxInMemorySizeBytes

      public void setMaxInMemorySizeBytes(int maxInMemorySizeBytes)
      Used by the WebClient to provide a max memory size for the buffer. Default is 10485760 (10MB).
    • setConnectionTimeoutMillis

      public void setConnectionTimeoutMillis(int connectionTimeoutMillis)
      Used by the WebClient to provide a max connection time.
    • setReadTimeoutMillis

      public void setReadTimeoutMillis(long readTimeoutMillis)
      Used by the WebClient to provide a read timeout.
    • setWriteTimeoutMillis

      public void setWriteTimeoutMillis(long writeTimeoutMillis)
      Used by the WebClient to provide a write timeout.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object