
com.progressoft.brix.domino.api.server.config.HttpServerConfigurator Maven / Gradle / Ivy
The newest version!
package com.progressoft.brix.domino.api.server.config;
import com.progressoft.brix.domino.api.server.entrypoint.VertxContext;
import io.vertx.core.http.HttpServerOptions;
@FunctionalInterface
public interface HttpServerConfigurator {
void configureHttpServer(final VertxContext context, final HttpServerOptions options);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy