com.linkedin.restli.client.ParSeqRestliClientConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parseq-restli-client Show documentation
Show all versions of parseq-restli-client Show documentation
Uploads all artifacts belonging to configuration ':parseq-restli-client:archives'
package com.linkedin.restli.client;
import java.util.Map;
public interface ParSeqRestliClientConfig {
public Map getTimeoutMsConfig();
public Map isBatchingEnabledConfig();
public Map getMaxBatchSizeConfig();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy