All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.RequestConfigurator Maven / Gradle / Ivy

package com.slack.api;

/**
 * A functional interface that provides a way to configure objects using lambda syntax in method args.
 *
 * @param 
 */
@FunctionalInterface
public interface RequestConfigurator {

    Builder configure(Builder builder);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy