getCbCalls
Returns the maximum number of errors in an interval allowed by the circuit breaker.
Returns:
Maximum number of errors in an interval allowed by the circuit breaker.
getCbMillis
Returns the interval of the circuit breaker in milliseconds.
Returns:
Circuit breaker interval in milliseconds.
getID
Returns the unique Service ID.
Returns:
unique Service ID
getRateLimitCalls
Returns the maximum number of calls in an interval allowed by the rate limiter.
Returns:
Maximum number of calls in an interval allowed by the rate limiter.
getRateLimitMillis
Returns the interval of the rate limiter in milliseconds.
Returns:
Interval of the rate limiter in milliseconds.
getTimeoutMillis
Returns the service call timeout in milliseconds.
Returns:
Service call timeout in milliseconds.