graphmine-core / io.github.sof3.graphmine.config / ServerConfig
class ServerConfig :
ConfigGroupSpec
<
ServerConfig
>
Settings for the server
<init> | ServerConfig() Settings for the server |
ip | var ip: String The IP to listen on |
port | var port: Int The port to listen on |
invoke | operator fun invoke(fn: Self .() -> Unit ): Unit |