Uses of Class
org.swisspush.gateleen.queue.queuing.circuitbreaker.util.QueueResponseType
-
-
Uses of QueueResponseType in org.swisspush.gateleen.queue.queuing.circuitbreaker
Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker with parameters of type QueueResponseType Modifier and Type Method Description io.vertx.core.Future<java.lang.Void>QueueCircuitBreaker. updateStatistics(java.lang.String queueName, org.swisspush.gateleen.core.http.HttpRequest queuedRequest, QueueResponseType queueResponseType)Updates the statistics of the corresponding circuit based on the provided request to execute.io.vertx.core.Future<UpdateStatisticsResult>QueueCircuitBreakerStorage. updateStatistics(PatternAndCircuitHash patternAndCircuitHash, java.lang.String uniqueRequestID, long timestamp, int errorThresholdPercentage, long entriesMaxAgeMS, long minQueueSampleCount, long maxQueueSampleCount, QueueResponseType queueResponseType)Updates the statistics of the corresponding circuit based on the provided patternAndCircuitHash. -
Uses of QueueResponseType in org.swisspush.gateleen.queue.queuing.circuitbreaker.impl
Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker.impl with parameters of type QueueResponseType Modifier and Type Method Description io.vertx.core.Future<java.lang.Void>QueueCircuitBreakerImpl. updateStatistics(java.lang.String queueName, org.swisspush.gateleen.core.http.HttpRequest queuedRequest, QueueResponseType queueResponseType)io.vertx.core.Future<UpdateStatisticsResult>RedisQueueCircuitBreakerStorage. updateStatistics(PatternAndCircuitHash patternAndCircuitHash, java.lang.String uniqueRequestID, long timestamp, int errorThresholdPercentage, long entriesMaxAgeMS, long minQueueSampleCount, long maxQueueSampleCount, QueueResponseType queueResponseType) -
Uses of QueueResponseType in org.swisspush.gateleen.queue.queuing.circuitbreaker.util
Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker.util that return QueueResponseType Modifier and Type Method Description static QueueResponseTypeQueueResponseType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueueResponseType[]QueueResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-