
com.progressoft.brix.domino.api.server.endpoint.EndpointsRegistry Maven / Gradle / Ivy
The newest version!
package com.progressoft.brix.domino.api.server.endpoint;
import java.util.function.Supplier;
@FunctionalInterface
public interface EndpointsRegistry {
void registerEndpoint(String path, Supplier> factory);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy