org.ldaptive.handler.ResponseControlHandler Maven / Gradle / Ivy
The newest version!
/* See LICENSE for licensing and NOTICE for copyright. */
package org.ldaptive.handler;
import java.util.function.Consumer;
import org.ldaptive.control.ResponseControl;
/**
* Marker interface for a response control handler.
*
* @author Middleware Services
*/
public interface ResponseControlHandler extends Consumer {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy