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

org.ldaptive.handler.RequestHandler Maven / Gradle / Ivy

The newest version!
/* See LICENSE for licensing and NOTICE for copyright. */
package org.ldaptive.handler;

import java.util.function.Function;
import org.ldaptive.Request;

/**
 * Marker interface for a request handler.
 *
 * @param    type of request
 *
 * @author  Middleware Services
 */
public interface RequestHandler extends Function {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy