Class JKConstants.Microservices

java.lang.Object
com.jk.core.config.JKConstants.Microservices
Enclosing class:
JKConstants

public static class JKConstants.Microservices extends Object
This class provides constants related to Microservices.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG_SERVICE_ENABLED

      public static final String LOG_SERVICE_ENABLED
      Represents the configuration property for specifying whether the log service is enabled.
      See Also:
    • LOG_SERVICE_BASE

      public static final String LOG_SERVICE_BASE
      Represents the base configuration property for the log service.
      See Also:
    • LOG_SERVICE_RUN_ASYNC

      public static final String LOG_SERVICE_RUN_ASYNC
      Represents the configuration property for specifying whether the log service runs asynchronously.
      See Also:
    • SHOW_URL_ON_ERROR

      public static final String SHOW_URL_ON_ERROR
      Represents the configuration property for specifying whether the displaying of URL on error is enabled.
      See Also:
    • ALLOWED_IP

      public static final String ALLOWED_IP
      Represents the configuration property for specifying the allowed IP Address.
      See Also:
    • CONNECT_TIMEOUT

      public static final String CONNECT_TIMEOUT
      Represents the configuration property for specifying the connection timeout.
      See Also:
    • READ_TIMEOUT

      public static final String READ_TIMEOUT
      Represents the configuration property for specifying the read service timeout.
      See Also:
    • READ_HEADERS

      public static final String READ_HEADERS
      Represents the configuration property for specifying whether the headers read service is enabled.
      See Also:
    • ALLOW_RELOAD

      public static final String ALLOW_RELOAD
      Represents the configuration property for specifying whether the reload is allowed or not.
      See Also:
    • GET_INFO

      public static final String GET_INFO
      Represents the configuration property for specifying whether the information getting service is enabled.
      See Also:
    • READ_LOG

      public static final String READ_LOG
      Represents the configuration property for specifying the read log service is enabled.
      See Also:
    • ALLOW_READ_CONFIG

      public static final String ALLOW_READ_CONFIG
      Represents the configuration property for specifying whether the configuration reading service is enabled.
      See Also:
    • WORKFLOW_URL

      public static final String WORKFLOW_URL
      Represents the configuration property for specifying URL of the services workflow.
      See Also:
    • ALLOW_MANAGE_CACHE

      public static final String ALLOW_MANAGE_CACHE
      Represents the configuration property for specifying whether the manager cache is enabled.
      See Also:
    • ALLOW_READ_CACHE

      public static final String ALLOW_READ_CACHE
      Represents the configuration property for specifying whether the cache reading service is allowed.
      See Also:
    • ALLOW_REMOVE_FROM_CACHE

      public static final String ALLOW_REMOVE_FROM_CACHE
      Represents the configuration property for specifying whether the cache removing service is enabled.
      See Also:
  • Constructor Details

    • Microservices

      public Microservices()