Package com.jk.core.config
Class JKConstants.Microservices
java.lang.Object
com.jk.core.config.JKConstants.Microservices
- Enclosing class:
- JKConstants
This class provides constants related to Microservices.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the configuration property for specifying whether the manager cache is enabled.static final String
Represents the configuration property for specifying whether the cache reading service is allowed.static final String
Represents the configuration property for specifying whether the configuration reading service is enabled.static final String
Represents the configuration property for specifying whether the reload is allowed or not.static final String
Represents the configuration property for specifying whether the cache removing service is enabled.static final String
Represents the configuration property for specifying the allowed IP Address.static final String
Represents the configuration property for specifying the connection timeout.static final String
Represents the configuration property for specifying whether the information getting service is enabled.static final String
Represents the base configuration property for the log service.static final String
Represents the configuration property for specifying whether the log service is enabled.static final String
Represents the configuration property for specifying whether the log service runs asynchronously.static final String
Represents the configuration property for specifying whether the headers read service is enabled.static final String
Represents the configuration property for specifying the read log service is enabled.static final String
Represents the configuration property for specifying the read service timeout.static final String
Represents the configuration property for specifying whether the displaying of URL on error is enabled.static final String
Represents the configuration property for specifying URL of the services workflow. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG_SERVICE_ENABLED
Represents the configuration property for specifying whether the log service is enabled.- See Also:
-
LOG_SERVICE_BASE
Represents the base configuration property for the log service.- See Also:
-
LOG_SERVICE_RUN_ASYNC
Represents the configuration property for specifying whether the log service runs asynchronously.- See Also:
-
SHOW_URL_ON_ERROR
Represents the configuration property for specifying whether the displaying of URL on error is enabled.- See Also:
-
ALLOWED_IP
Represents the configuration property for specifying the allowed IP Address.- See Also:
-
CONNECT_TIMEOUT
Represents the configuration property for specifying the connection timeout.- See Also:
-
READ_TIMEOUT
Represents the configuration property for specifying the read service timeout.- See Also:
-
READ_HEADERS
Represents the configuration property for specifying whether the headers read service is enabled.- See Also:
-
ALLOW_RELOAD
Represents the configuration property for specifying whether the reload is allowed or not.- See Also:
-
GET_INFO
Represents the configuration property for specifying whether the information getting service is enabled.- See Also:
-
READ_LOG
Represents the configuration property for specifying the read log service is enabled.- See Also:
-
ALLOW_READ_CONFIG
Represents the configuration property for specifying whether the configuration reading service is enabled.- See Also:
-
WORKFLOW_URL
Represents the configuration property for specifying URL of the services workflow.- See Also:
-
ALLOW_MANAGE_CACHE
Represents the configuration property for specifying whether the manager cache is enabled.- See Also:
-
ALLOW_READ_CACHE
Represents the configuration property for specifying whether the cache reading service is allowed.- See Also:
-
ALLOW_REMOVE_FROM_CACHE
Represents the configuration property for specifying whether the cache removing service is enabled.- See Also:
-
-
Constructor Details
-
Microservices
public Microservices()
-