Class ConfigData.Server

java.lang.Object
net.ionite.docval.config.ConfigData.Server
Enclosing class:
ConfigData

public class ConfigData.Server extends Object
Server configuration
  • Field Details

    • listen

      public ArrayList<ConfigData.Listen> listen
      The listen options, one entry for each address/port combination
    • workers

      public int workers
      The number of workers to run
    • enableHealthEndpoints

      public boolean enableHealthEndpoints
      Whether to enable /health endpoints
    • enableVersionEndpoint

      public boolean enableVersionEndpoint
      Whether to enable the /version endpoint
  • Constructor Details

    • Server

      public Server()
      Constructor for the Server options