Uses of Class
org.swisspush.gateleen.queue.queuing.circuitbreaker.util.QueueCircuitState
-
-
Uses of QueueCircuitState in org.swisspush.gateleen.queue.queuing.circuitbreaker
Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker that return types with arguments of type QueueCircuitState Modifier and Type Method Description io.vertx.core.Future<QueueCircuitState>QueueCircuitBreakerStorage. getQueueCircuitState(String circuitHash)Get the actualQueueCircuitStateof the provided circuitHash.io.vertx.core.Future<QueueCircuitState>QueueCircuitBreakerStorage. getQueueCircuitState(PatternAndCircuitHash patternAndCircuitHash)Get the actualQueueCircuitStateof the provided patternAndCircuitHash object.io.vertx.core.Future<QueueCircuitState>QueueCircuitBreaker. handleQueuedRequest(String queueName, HttpRequest queuedRequest)Handles a queued request by checking the currentQueueCircuitStateof the corresponding circuit. -
Uses of QueueCircuitState in org.swisspush.gateleen.queue.queuing.circuitbreaker.impl
Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker.impl that return types with arguments of type QueueCircuitState Modifier and Type Method Description io.vertx.core.Future<QueueCircuitState>RedisQueueCircuitBreakerStorage. getQueueCircuitState(String circuitHash)io.vertx.core.Future<QueueCircuitState>RedisQueueCircuitBreakerStorage. getQueueCircuitState(PatternAndCircuitHash patternAndCircuitHash)io.vertx.core.Future<QueueCircuitState>QueueCircuitBreakerImpl. handleQueuedRequest(String queueName, HttpRequest queuedRequest) -
Uses of QueueCircuitState in org.swisspush.gateleen.queue.queuing.circuitbreaker.util
Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker.util that return QueueCircuitState Modifier and Type Method Description static QueueCircuitStateQueueCircuitState. fromString(String state, QueueCircuitState defaultReturnValue)Returns the enum QueueCircuitState which matches the specified String value.static QueueCircuitStateQueueCircuitState. valueOf(String name)Returns the enum constant of this type with the specified name.static QueueCircuitState[]QueueCircuitState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker.util with parameters of type QueueCircuitState Modifier and Type Method Description static QueueCircuitStateQueueCircuitState. fromString(String state, QueueCircuitState defaultReturnValue)Returns the enum QueueCircuitState which matches the specified String value.
-