Package dev.getelements.elements.rt
Interface Constants
public interface Constants
Created by patricktwohig on 8/5/15.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe timeout for theHandlerContextin milliseconds.static final StringThe system property which defines the instance discovery service to use.static final StringThe MDC Context key for the HTTP request.static final StringThe number of threads used by theSchedulerContextfor timing/scheduling.static final StringWhen using SRV based discovery of instances this defines the actual SRV query to use when discovering instances.static final StringWhen using SRV based discovery of instances this defines the actual DNS Servers against which to run queries.
-
Field Details
-
MDC_HTTP_REQUEST
The MDC Context key for the HTTP request.- See Also:
-
HTTP_TIMEOUT_MSEC
The timeout for theHandlerContextin milliseconds.- See Also:
-
SCHEDULER_THREADS
The number of threads used by theSchedulerContextfor timing/scheduling.- See Also:
-
INSTANCE_DISCOVERY_SERVICE
The system property which defines the instance discovery service to use.- See Also:
-
SRV_QUERY
When using SRV based discovery of instances this defines the actual SRV query to use when discovering instances. This feature is implementation specific and may require different configuration depending on the configuration.- See Also:
-
SRV_SERVERS
When using SRV based discovery of instances this defines the actual DNS Servers against which to run queries. This feature is implementation specific and may require different configuration depending on the configuration.- See Also:
-