Package dev.getelements.elements.rt
Interface Constants
public interface Constants
Created by patricktwohig on 8/5/15.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The timeout for theHandlerContext
in milliseconds.static final String
The system property which defines the instance discovery service to use.static final String
The MDC Context key for the HTTP request.static final String
The number of threads used by theSchedulerContext
for timing/scheduling.static final String
When using SRV based discovery of instances this defines the actual SRV query to use when discovering instances.static final String
When 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 theHandlerContext
in milliseconds.- See Also:
-
SCHEDULER_THREADS
The number of threads used by theSchedulerContext
for 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:
-