Class ClasspathHttpWarmupInvoker
java.lang.Object
software.amazon.awssdk.core.internal.http.loader.ClasspathHttpWarmupInvoker
- All Implemented Interfaces:
HttpWarmupInvoker
@SdkInternalApi
public final class ClasspathHttpWarmupInvoker
extends Object
implements HttpWarmupInvoker
HttpWarmupInvoker that owns the set of HttpClientWarmers and invokes each.-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpWarmupInvokercreate()voidInvokesHttpClientWarmer.warmAll()on every warmer.
-
Method Details
-
create
- Returns:
- an invoker over the HTTP-client warmers on the classpath.
-
invokeAll
public void invokeAll()Description copied from interface:HttpWarmupInvokerInvokesHttpClientWarmer.warmAll()on every warmer. Best-effort; never throws.- Specified by:
invokeAllin interfaceHttpWarmupInvoker
-