com.linkedin.restli.client.ParSeqRestliClientConfigChooser 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.Optional;
import java.util.function.BiFunction;
@FunctionalInterface
public interface ParSeqRestliClientConfigChooser extends BiFunction, Request>, String> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy