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

com.hcl.domino.misc.DominoClientBuilderFactory Maven / Gradle / Ivy

There is a newer version: 1.44.0
Show newest version
package com.hcl.domino.misc;

import java.util.function.Supplier;

import com.hcl.domino.DominoClientBuilder;

/**
 * Service type that can provide a {@link DominoClientBuilder} instance,
 * allowing the builder itself to be stateful while the factory is
 * stateless.
 * 
 * @author Jesse Gallagher
 * @since 1.19.1
 */
public interface DominoClientBuilderFactory extends Supplier {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy