Uses of Interface
io.strimzi.kafka.oauth.common.HttpTask
Packages that use HttpTask
-
Uses of HttpTask in io.strimzi.kafka.oauth.common
Methods in io.strimzi.kafka.oauth.common with parameters of type HttpTaskModifier and TypeMethodDescriptionstatic <T> THttpUtil.doWithRetries(int retries, long retryPauseMillis, MetricsHandler metricsHandler, HttpTask<T> task) A helper method that implements logic for retrying unsuccessful HTTP requests