Package io.vrap.rmf.base.client.http
Interface OAuthMiddleware
- All Superinterfaces:
Middleware
- All Known Implementing Classes:
OAuthMiddlewareImpl
Middleware to add an oauth authentication header to requests
-
Method Summary
Modifier and TypeMethodDescriptionstatic OAuthMiddleware
of
(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oAuthHandler) static OAuthMiddleware
of
(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries) static OAuthMiddleware
of
(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) static OAuthMiddleware
of
(OAuthHandler oAuthHandler) static OAuthMiddleware
of
(OAuthHandler oauthHandler, int maxRetries) static OAuthMiddleware
of
(OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) static OAuthMiddleware
of
(ExecutorService executor, OAuthHandler oAuthHandler) static OAuthMiddleware
of
(ExecutorService executor, OAuthHandler oauthHandler, int maxRetries) static OAuthMiddleware
of
(ExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) static OAuthMiddleware
of
(ScheduledExecutorService executor, OAuthHandler oAuthHandler) static OAuthMiddleware
of
(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries) static OAuthMiddleware
of
(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) Methods inherited from interface io.vrap.rmf.base.client.http.Middleware
invoke
-
Method Details
-
of
-
of
-
of
-
of
-
of
static OAuthMiddleware of(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries) -
of
-
of
static OAuthMiddleware of(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries) -
of
-
of
static OAuthMiddleware of(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) -
of
static OAuthMiddleware of(ExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) -
of
static OAuthMiddleware of(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) -
of
-