Class ClasspathWarmUpInvoker

java.lang.Object
software.amazon.awssdk.core.internal.warmup.ClasspathWarmUpInvoker
All Implemented Interfaces:
WarmUpInvoker

@SdkInternalApi public final class ClasspathWarmUpInvoker extends Object implements WarmUpInvoker
WarmUpInvoker implementation that uses ServiceLoader to find SdkWarmUpProvider implementations on the classpath and invokes warmUp() on every one of them.