Class ShadingHelpers


  • public final class ShadingHelpers
    extends java.lang.Object
    This 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 void buildSslContextAndPublishIntoStubOptions​(io.temporal.serviceclient.SimpleSslContextBuilder sslContextBuilder, io.temporal.serviceclient.ServiceStubsOptions.Builder<?> optionsBuilder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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