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