Package net.ionite.docval.config
Class ConfigData.Server
java.lang.Object
net.ionite.docval.config.ConfigData.Server
- Enclosing class:
ConfigData
Server configuration
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether to enable /health endpointsbooleanWhether to enable the /version endpointThe listen options, one entry for each address/port combinationintThe number of workers to run -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
listen
The listen options, one entry for each address/port combination -
workers
public int workersThe number of workers to run -
enableHealthEndpoints
public boolean enableHealthEndpointsWhether to enable /health endpoints -
enableVersionEndpoint
public boolean enableVersionEndpointWhether to enable the /version endpoint
-
-
Constructor Details
-
Server
public Server()Constructor for the Server options
-