Record Class IdServerHTTPServiceConfiguration

java.lang.Object
java.lang.Record
com.io7m.idstore.server.api.IdServerHTTPServiceConfiguration
Record Components:
listenAddress - The listen address
listenPort - The listen port
externalAddress - The externally visible address
tlsConfiguration - The TLS configuration
All Implemented Interfaces:
IdServerJSONConfigurationElementType

public record IdServerHTTPServiceConfiguration(String listenAddress, int listenPort, URI externalAddress, IdTLSConfigurationType tlsConfiguration) extends Record implements IdServerJSONConfigurationElementType
Configuration for individual HTTP services.