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<Void>QueueCircuitBreaker. updateStatistics(String queueName, 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, 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<Void>QueueCircuitBreakerImpl. updateStatistics(String queueName, HttpRequest queuedRequest, QueueResponseType queueResponseType)io.vertx.core.Future<UpdateStatisticsResult>RedisQueueCircuitBreakerStorage. updateStatistics(PatternAndCircuitHash patternAndCircuitHash, 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(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.
-