Package io.temporal.internal.common
Class ShadingHelpers
- java.lang.Object
-
- io.temporal.internal.common.ShadingHelpers
-
public final class ShadingHelpers extends java.lang.ObjectThis class provides shading-safe utils that don't return classes that we relocate during shading to the caller. These tools help modules like spring boot stay not shaded and still be compatible with our shaded artifact
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbuildSslContextAndPublishIntoStubOptions(io.temporal.serviceclient.SimpleSslContextBuilder sslContextBuilder, io.temporal.serviceclient.ServiceStubsOptions.Builder<?> optionsBuilder)
-
-
-
Method Detail
-
buildSslContextAndPublishIntoStubOptions
public static void buildSslContextAndPublishIntoStubOptions(io.temporal.serviceclient.SimpleSslContextBuilder sslContextBuilder, io.temporal.serviceclient.ServiceStubsOptions.Builder<?> optionsBuilder) throws javax.net.ssl.SSLException- Throws:
javax.net.ssl.SSLException
-
-