public interface OAuthMiddleware extends Middleware
| Modifier and Type | Method and Description |
|---|---|
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(OAuthHandler oAuthHandler) |
static OAuthMiddleware |
of(OAuthHandler oauthHandler,
int maxRetries) |
static OAuthMiddleware |
of(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) |
static 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) |
invokestatic OAuthMiddleware of(ScheduledExecutorService executor, OAuthHandler oAuthHandler)
static OAuthMiddleware of(ExecutorService executor, OAuthHandler oAuthHandler)
static OAuthMiddleware of(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oAuthHandler)
static OAuthMiddleware of(OAuthHandler oAuthHandler)
static OAuthMiddleware of(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries)
static OAuthMiddleware of(ExecutorService executor, OAuthHandler oauthHandler, int maxRetries)
static OAuthMiddleware of(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries)
static OAuthMiddleware of(OAuthHandler oauthHandler, int maxRetries)
static OAuthMiddleware of(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker)
static OAuthMiddleware of(ExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker)
static OAuthMiddleware of(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker)
static OAuthMiddleware of(OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker)