Uses of Class
services.moleculer.breaker.ErrorCounter
Packages that use ErrorCounter
-
Uses of ErrorCounter in services.moleculer.breaker
Fields in services.moleculer.breaker with type parameters of type ErrorCounterModifier and TypeFieldDescriptionprotected HashMap<EndpointKey, ErrorCounter> CircuitBreaker.errorCountersMethods in services.moleculer.breaker that return ErrorCounterModifier and TypeMethodDescriptionprotected ErrorCounterCircuitBreaker.getErrorCounter(EndpointKey endpointKey) Methods in services.moleculer.breaker with parameters of type ErrorCounterModifier and TypeMethodDescriptionprotected voidCircuitBreaker.onError(ErrorCounter errorCounter, EndpointKey endpointKey, Throwable cause)