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

io.muserver.MuHandlerBuilder Maven / Gradle / Ivy

The newest version!
package io.muserver;

/**
 * A builder for {@link MuHandler} objects
 * @param  The type of handler this builder builds
 */
public interface MuHandlerBuilder {

    /**
     * @return A newly built {@link MuHandler}
     */
    T build();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy