GraphMine

graphmine-core / io.github.sof3.graphmine.config / ServerConfig

ServerConfig

class ServerConfig : ConfigGroupSpec<ServerConfig>

Settings for the server

Constructors

<init> ServerConfig()
Settings for the server

Properties

ip var ip: String
The IP to listen on
port var port: Int
The port to listen on

Inherited Functions

invoke operator fun invoke(fn: Self.() -> Unit): Unit