Uses of Interface
org.datadog.jenkins.plugins.datadog.util.ThrowingConsumer
-
Packages that use ThrowingConsumer Package Description org.datadog.jenkins.plugins.datadog.traces.write org.datadog.jenkins.plugins.datadog.util -
-
Uses of ThrowingConsumer in org.datadog.jenkins.plugins.datadog.traces.write
Constructors in org.datadog.jenkins.plugins.datadog.traces.write with parameters of type ThrowingConsumer Constructor Description TraceWriteStrategyImpl(Track track, ThrowingConsumer<Collection<Payload>> spansSender) -
Uses of ThrowingConsumer in org.datadog.jenkins.plugins.datadog.util
Constructors in org.datadog.jenkins.plugins.datadog.util with parameters of type ThrowingConsumer Constructor Description CircuitBreaker(ThrowingConsumer<T> action, Consumer<T> fallback, Consumer<Exception> errorHandler)CircuitBreaker(ThrowingConsumer<T> action, Consumer<T> fallback, Consumer<Exception> errorHandler, long minHealthCheckDelayMillis, long maxHealthCheckDelayMillis, double delayFactor)
-