static AmLink.AmLinkSupplier |
RetryableAmLink.asInfiniteRetrySupplier(Duration delay,
AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider,
RetryableAmLink.AmLinkSupplierFromToken amLinkSupplierFromToken,
ScheduledExecutorService executor) |
|
static AmLink.AmLinkSupplier |
DirectAmLink.asSupplier(WebSocketAdapter wsAdapter) |
|
static AmLink.AmLinkSupplier |
RetryableAmLink.asSupplier(boolean stopOnSslFailure,
int retryLimit,
Duration delay,
AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider,
RetryableAmLink.AmLinkSupplierFromToken amLinkSupplierFromToken,
ScheduledExecutorService executor) |
|
static AmLink.AmLinkSupplier |
GracefulShutdownAmLink.gracefulShutdownAmLinkSupplier(AmLink.AmLinkSupplier delegateSupplier) |
|
static AmLink.AmLinkSupplier |
InitializedAmLink.initializedAmLinkSupplier(AmLink.AmLinkSupplier delegateSupplier,
Set<String> initTopics) |
|
static AmLink.AmLinkSupplier |
PeriodicallyRenewedAmLink.periodicallyRenewedAmLinkSupplier(Duration renewalDelay,
PeriodicallyRenewedAmLink.AmLinkSupplierFromTopics amLinkSupplier,
ScheduledExecutorService executorService) |
|