ru.tinkoff.kora.http.server.common.PrivateHttpServer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-server-common Show documentation
Show all versions of http-server-common Show documentation
Kora http-server-common module
package ru.tinkoff.kora.http.server.common;
import ru.tinkoff.kora.application.graph.Lifecycle;
public interface PrivateHttpServer extends Lifecycle {
int port();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy